Lines Matching defs:code
94 static HashNode *_new_HashNode(HashTable *hash, const char *name, int code,
323 * code int An application-specific code to be stored in
332 * with the 'code' and 'data' arguments given
340 Symbol *_new_HashSymbol(HashTable *hash, const char *name, int code,
366 node->symbol.data = node->symbol.del_fn(hash->app_data, node->symbol.code,
373 node = _new_HashNode(hash, name, code, fn, data, del_fn);
471 * code int A user-supplied context code.
478 static HashNode *_new_HashNode(HashTable *hash, const char *name, int code,
495 node->symbol.code = code;
545 node->symbol.code,