Home
last modified time | relevance | path

Searched refs:atom_table (Results 1 – 25 of 88) sorted by relevance

1234

/dports/x11/libxkbcommon/libxkbcommon-1.3.1/src/
H A Datom.h31 struct atom_table;
33 struct atom_table *
37 atom_table_free(struct atom_table *table);
40 atom_intern(struct atom_table *table, const char *string, size_t len, bool add);
43 atom_text(struct atom_table *table, xkb_atom_t atom);
H A Datom.c103 struct atom_table { struct
109 struct atom_table * argument
112 struct atom_table *table = calloc(1, sizeof(*table)); in atom_table_new()
125 atom_table_free(struct atom_table *table) in atom_table_free()
139 atom_text(struct atom_table *table, xkb_atom_t atom) in atom_text()
146 atom_intern(struct atom_table *table, const char *string, size_t len, bool add) in atom_intern()
H A Dcontext-priv.c56 return atom_intern(ctx->atom_table, string, strlen(string), false); in xkb_atom_lookup()
62 return atom_intern(ctx->atom_table, string, len, true); in xkb_atom_intern()
68 return atom_text(ctx->atom_table, atom); in xkb_atom_text()
H A Dcontext.h46 struct atom_table *atom_table; member
H A Dcontext.c215 atom_table_free(ctx->atom_table); in xkb_context_unref()
321 ctx->atom_table = atom_table_new(); in xkb_context_new()
322 if (!ctx->atom_table) { in xkb_context_new()
/dports/editors/joe/joe-4.6/joe/
H A Dhash.c124 HASH *atom_table; variable
129 if (!atom_table) in atom_add()
130 atom_table = htmk(256); in atom_add()
131 s = (char *)htfind(atom_table, name); in atom_add()
134 htadd(atom_table, s, s); in atom_add()
141 if (!atom_table) in atom_noadd()
142 atom_table = htmk(256); in atom_noadd()
143 return (char *)htfind(atom_table, name); in atom_noadd()
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/modules/
H A Dngx_http_mp4_module.c2024 atom->last = atom_table; in ngx_http_mp4_read_stsd_atom()
2094 atom->last = atom_table; in ngx_http_mp4_read_stts_atom()
2098 data->pos = atom_table; in ngx_http_mp4_read_stts_atom()
2301 atom->last = atom_table; in ngx_http_mp4_read_stss_atom()
2315 data->pos = atom_table; in ngx_http_mp4_read_stss_atom()
2499 atom->last = atom_table; in ngx_http_mp4_read_ctts_atom()
2513 data->pos = atom_table; in ngx_http_mp4_read_ctts_atom()
2700 atom->last = atom_table; in ngx_http_mp4_read_stsc_atom()
2704 data->pos = atom_table; in ngx_http_mp4_read_stsc_atom()
3219 data->pos = atom_table; in ngx_http_mp4_read_stco_atom()
[all …]
/dports/www/nginx/nginx-1.20.2/src/http/modules/
H A Dngx_http_mp4_module.c2024 atom->last = atom_table; in ngx_http_mp4_read_stsd_atom()
2094 atom->last = atom_table; in ngx_http_mp4_read_stts_atom()
2098 data->pos = atom_table; in ngx_http_mp4_read_stts_atom()
2301 atom->last = atom_table; in ngx_http_mp4_read_stss_atom()
2315 data->pos = atom_table; in ngx_http_mp4_read_stss_atom()
2499 atom->last = atom_table; in ngx_http_mp4_read_ctts_atom()
2513 data->pos = atom_table; in ngx_http_mp4_read_ctts_atom()
2700 atom->last = atom_table; in ngx_http_mp4_read_stsc_atom()
2704 data->pos = atom_table; in ngx_http_mp4_read_stsc_atom()
3219 data->pos = atom_table; in ngx_http_mp4_read_stco_atom()
[all …]
/dports/www/nginx-naxsi/nginx-1.20.2/src/http/modules/
H A Dngx_http_mp4_module.c2024 atom->last = atom_table; in ngx_http_mp4_read_stsd_atom()
2094 atom->last = atom_table; in ngx_http_mp4_read_stts_atom()
2098 data->pos = atom_table; in ngx_http_mp4_read_stts_atom()
2301 atom->last = atom_table; in ngx_http_mp4_read_stss_atom()
2315 data->pos = atom_table; in ngx_http_mp4_read_stss_atom()
2499 atom->last = atom_table; in ngx_http_mp4_read_ctts_atom()
2513 data->pos = atom_table; in ngx_http_mp4_read_ctts_atom()
2700 atom->last = atom_table; in ngx_http_mp4_read_stsc_atom()
2704 data->pos = atom_table; in ngx_http_mp4_read_stsc_atom()
3219 data->pos = atom_table; in ngx_http_mp4_read_stco_atom()
[all …]
/dports/www/nginx-lite/nginx-1.20.2/src/http/modules/
H A Dngx_http_mp4_module.c2024 atom->last = atom_table; in ngx_http_mp4_read_stsd_atom()
2094 atom->last = atom_table; in ngx_http_mp4_read_stts_atom()
2098 data->pos = atom_table; in ngx_http_mp4_read_stts_atom()
2301 atom->last = atom_table; in ngx_http_mp4_read_stss_atom()
2315 data->pos = atom_table; in ngx_http_mp4_read_stss_atom()
2499 atom->last = atom_table; in ngx_http_mp4_read_ctts_atom()
2513 data->pos = atom_table; in ngx_http_mp4_read_ctts_atom()
2700 atom->last = atom_table; in ngx_http_mp4_read_stsc_atom()
2704 data->pos = atom_table; in ngx_http_mp4_read_stsc_atom()
3219 data->pos = atom_table; in ngx_http_mp4_read_stco_atom()
[all …]
/dports/www/nginx-full/nginx-1.20.2/src/http/modules/
H A Dngx_http_mp4_module.c2024 atom->last = atom_table; in ngx_http_mp4_read_stsd_atom()
2094 atom->last = atom_table; in ngx_http_mp4_read_stts_atom()
2098 data->pos = atom_table; in ngx_http_mp4_read_stts_atom()
2301 atom->last = atom_table; in ngx_http_mp4_read_stss_atom()
2315 data->pos = atom_table; in ngx_http_mp4_read_stss_atom()
2499 atom->last = atom_table; in ngx_http_mp4_read_ctts_atom()
2513 data->pos = atom_table; in ngx_http_mp4_read_ctts_atom()
2700 atom->last = atom_table; in ngx_http_mp4_read_stsc_atom()
2704 data->pos = atom_table; in ngx_http_mp4_read_stsc_atom()
3219 data->pos = atom_table; in ngx_http_mp4_read_stco_atom()
[all …]
/dports/www/nginx-devel/nginx-1.21.5/src/http/modules/
H A Dngx_http_mp4_module.c2150 atom->last = atom_table; in ngx_http_mp4_read_stsd_atom()
2220 atom->last = atom_table; in ngx_http_mp4_read_stts_atom()
2224 data->pos = atom_table; in ngx_http_mp4_read_stts_atom()
2490 atom->last = atom_table; in ngx_http_mp4_read_stss_atom()
2504 data->pos = atom_table; in ngx_http_mp4_read_stss_atom()
2688 atom->last = atom_table; in ngx_http_mp4_read_ctts_atom()
2702 data->pos = atom_table; in ngx_http_mp4_read_ctts_atom()
2889 atom->last = atom_table; in ngx_http_mp4_read_stsc_atom()
2893 data->pos = atom_table; in ngx_http_mp4_read_stsc_atom()
3408 data->pos = atom_table; in ngx_http_mp4_read_stco_atom()
[all …]
/dports/math/librdata/librdata-4a80bf3/src/
H A Drdata_write.c24 writer->atom_table = ck_hash_table_init(100, 24); in rdata_writer_init()
34 ck_hash_table_free(writer->atom_table); in rdata_writer_free()
153 ck_hash_table_t *atom_table = (ck_hash_table_t *)writer->atom_table; in rdata_write_pairlist_key() local
154 uint64_t ref = (uint64_t)ck_str_hash_lookup(key, atom_table); in rdata_write_pairlist_key()
156 ck_str_hash_insert(key, (void *)(atom_table->count + 1), atom_table); in rdata_write_pairlist_key()
H A Drdata_read.c81 rdata_atom_table_t *atom_table; member
595 atom_table->count = 0; in rdata_ctx_init()
596 atom_table->data = NULL; in rdata_ctx_init()
598 ctx->atom_table = atom_table; in rdata_ctx_init()
614 if (ctx->atom_table) { in free_rdata_ctx()
615 if (ctx->atom_table->data) { in free_rdata_ctx()
618 free(ctx->atom_table->data[i]); in free_rdata_ctx()
619 free(ctx->atom_table->data); in free_rdata_ctx()
621 free(ctx->atom_table); in free_rdata_ctx()
1265 atom_table_add(ctx->atom_table, class); in read_altrep_vector()
[all …]
/dports/x11/libxkbcommon/libxkbcommon-1.3.1/test/
H A Datom.c71 struct atom_table *table; in test_random_strings()
156 struct atom_table *table; in main()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dbeam_dict.erl27 atom_table/2,local_table/1,export_table/1,import_table/1,
214 -spec atom_table(bdict(), latin1 | utf8) -> {non_neg_integer(), [[non_neg_integer(),...]]}.
216 atom_table(#asm{atoms=Atoms}, Encoding) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dbeam_dict.erl27 atom_table/2,local_table/1,export_table/1,import_table/1,
200 -spec atom_table(bdict(), latin1 | utf8) -> {non_neg_integer(), [[non_neg_integer(),...]]}.
202 atom_table(#asm{atoms=Atoms}, Encoding) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dbeam_dict.erl27 atom_table/2,local_table/1,export_table/1,import_table/1,
201 -spec atom_table(bdict(), latin1 | utf8) -> {non_neg_integer(), [[non_neg_integer(),...]]}.
203 atom_table(#asm{atoms=Atoms}, Encoding) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_dict.erl27 atom_table/2,local_table/1,export_table/1,import_table/1,
230 -spec atom_table(bdict(), latin1 | utf8) -> {non_neg_integer(), [[non_neg_integer(),...]]}.
232 atom_table(#asm{atoms=Atoms}, Encoding) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_dict.erl27 atom_table/2,local_table/1,export_table/1,import_table/1,
230 -spec atom_table(bdict(), latin1 | utf8) -> {non_neg_integer(), [[non_neg_integer(),...]]}.
232 atom_table(#asm{atoms=Atoms}, Encoding) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_dict.erl27 atom_table/2,local_table/1,export_table/1,import_table/1,
230 -spec atom_table(bdict(), latin1 | utf8) -> {non_neg_integer(), [[non_neg_integer(),...]]}.
232 atom_table(#asm{atoms=Atoms}, Encoding) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_dict.erl27 atom_table/2,local_table/1,export_table/1,import_table/1,
230 -spec atom_table(bdict(), latin1 | utf8) -> {non_neg_integer(), [[non_neg_integer(),...]]}.
232 atom_table(#asm{atoms=Atoms}, Encoding) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_dict.erl25 atom_table/1, local_table/1, export_table/1, import_table/1,
119 atom_table(#asm_dict{atoms=Atoms, next_atom=NumAtoms}) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_dict.erl25 atom_table/1, local_table/1, export_table/1, import_table/1,
119 atom_table(#asm_dict{atoms=Atoms, next_atom=NumAtoms}) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_dict.erl25 atom_table/1, local_table/1, export_table/1, import_table/1,
119 atom_table(#asm_dict{atoms=Atoms, next_atom=NumAtoms}) -> function

1234