HomeSort by relevance Sort by last modified time
    Searched defs:name_entry_size (Results 1 - 4 of 4) sorted by null

  /external/pcre/dist2/src/
pcre2demo.c 85 uint32_t name_entry_size; local
271 &name_entry_size); /* where to put the answer */
281 printf("(%d) %*s: %.*s\n", n, name_entry_size - 3, tabptr + 2,
283 tabptr += name_entry_size;
475 printf("(%d) %*s: %.*s\n", n, name_entry_size - 3, tabptr + 2,
477 tabptr += name_entry_size;
pcre2_intmodedep.h 639 uint16_t name_entry_size; /* Size (code units) of table entries */ member in struct:pcre2_real_code
728 uint16_t name_entry_size; /* Size of each entry */ member in struct:compile_block
862 uint16_t name_entry_size; \/* Size of entry in names table *\/ member in struct:match_block
    [all...]
pcre2_jit_compile.c 448 sljit_sw name_entry_size; member in struct:compiler_common
902 slot = common->name_table + GET2(cc, 1) * common->name_entry_size;
906 slot += common->name_entry_size;
    [all...]
pcre2test.c 4184 uint32_t name_count, name_entry_size; local
    [all...]

Completed in 220 milliseconds