Home
last modified time | relevance | path

Searched refs:dict_new (Results 1 – 25 of 81) sorted by relevance

1234

/dports/graphics/swftools/swftools-0.9.2/lib/as3/
H A Dstate.c13 s->imports = dict_new(); in new_state()
16 s->import_toplevel_packages = dict_new(); in new_state()
21 state->vars = dict_new(); in new_state()
25 state->namespaces = dict_new(); in new_state()
72 m->allvars = dict_new(); in methodstate_new()
91 definitions = dict_new(); in as3_set_define()
H A Dimport.c68 dict_t*name2bundle = dict_new(); in as3_import_swf2()
219 state.name2deps = dict_new(); in as3_import_zipfile()
220 state.id2script = dict_new(); in as3_import_zipfile()
221 state.deps = dict_new(); in as3_import_zipfile()
349 dict_t*names = dict_new(); in import_code()
H A Dparser_help.c37 state->method->allvars = dict_new(); in initialize_file()
74 global->file2token2info = dict_new(); in initialize_parser()
251 state->method->unresolved_variables = dict_new(); in unknown_variable()
938 dict_t*xvars = dict_new(); in endfunction()
959 state->method->slots = dict_new(); in endfunction()
H A Dcompiler.c157 scheduled_dict = dict_new(); in as3_schedule_file()
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/tests/
H A Dtest_dict.c45 dict = dict_new(); in test_simple()
87 dict = dict_new(); in test_lotsofelements()
131 dict = dict_new(); in test_readelements()
161 dict = dict_new(); in test_countelements()
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/tests/
H A Dtest_dict.c45 dict = dict_new(); in test_simple()
87 dict = dict_new(); in test_lotsofelements()
131 dict = dict_new(); in test_readelements()
161 dict = dict_new(); in test_countelements()
/dports/textproc/turboxsl/turboxsl-b03c2c9/src/
H A Dgroup_rights.c21 rights->groups = dict_new(50); in XSLTDefineGroupRights()
41 ctx->user_rights = dict_new(50); in XSLTSetUserContext()
H A Dxmldict.h12 XMLDICT *dict_new(unsigned size);
H A Dtransform.c413 ret->revisions = dict_new(300); in XSLTInit()
414 ret->group_rights = dict_new(300); in XSLTInit()
509 ret->named_templ = dict_new(300); in XSLTNewProcessor()
511 ret->url_code_parameters = dict_new(32); in XSLTNewProcessor()
567 ctx->parallel_instructions = dict_new(32); in XSLTSetParallelInstructions()
597 ctx->url_code_parameters = dict_new(32); in XSLTResetURLCodeParameters()
H A Dxmldict.c53 XMLDICT *dict_new(unsigned size) in dict_new() function
H A Dtemplates.c57 result->modes = dict_new(64); in template_map_create()
196 if(node->children == NULL) node->children = dict_new(16); in add_templ_match()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Desil_handler.c23 esil->interrupts = dict_new (sizeof (ut32), free); in r_anal_esil_handlers_init()
27 esil->syscalls = dict_new (sizeof (ut32), free); in r_anal_esil_handlers_init()
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/common/
H A Ddict.h35 DICT *dict_new(void)
H A Dset.c41 return (SET *)dict_new(); in set_new()
H A Ddict.c118 DICT *dict_new(void) in dict_new() function
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/common/
H A Ddict.h35 DICT *dict_new(void)
H A Dset.c41 return (SET *)dict_new(); in set_new()
H A Ddict.c118 DICT *dict_new(void) in dict_new() function
/dports/textproc/turboxsl/turboxsl-b03c2c9/test/
H A Ddictionary_test.c11 XMLDICT *dictionary = dict_new(10); in main()
/dports/irc/srvx/srvx-1.3.1/src/
H A Ddict.h50 dict_t dict_new(void);
H A Dhelpfile.c76 languages = dict_new(); in language_alloc()
109 lang_C->messages = dict_new(); in language_find()
110 lang_C->helpfiles = dict_new(); in language_find()
199 lang->messages = dict_new(); in language_read()
202 lang->helpfiles = dict_new(); in language_read()
H A Dsendmail.c327 prohibited_addrs = dict_new(); in sendmail_init()
330 prohibited_masks = dict_new(); in sendmail_init()
H A Dhash.c38 channels = dict_new(); in init_structs()
39 clients = dict_new(); in init_structs()
40 servers = dict_new(); in init_structs()
/dports/devel/radare2/radare2-5.1.1/shlr/sdb/src/
H A Ddict.h36 SDB_API dict *dict_new(ut32 size, dict_freecb f);
/dports/math/openfst/openfst-1.8.1/src/include/fst/extensions/compress/
H A Dcompress.h348 LempelZiv<StateId, LZLabel, LabelLessThan, LabelEquals> dict_new; in EncodeProcessedFst() local
388 dict_new.BatchEncode(current_new_input, &current_new_output); in EncodeProcessedFst()
472 LempelZiv<StateId, LZLabel, LabelLessThan, LabelEquals> dict_new; in DecodeProcessedFst() local
514 dict_new.BatchDecode(current_new_input, &current_new_output); in DecodeProcessedFst()

1234