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

  /external/pcre/dist2/src/
pcre2_maketables.c 76 uint8_t *yield = (uint8_t *)malloc(tables_length);
83 gcontext->memctl.malloc(tables_length, gcontext->memctl.memory_data) :
84 malloc(tables_length));
pcre2_serialize.c 93 total_size = sizeof(pcre2_serialized_data) + tables_length;
124 memcpy(dst_bytes, tables, tables_length);
125 dst_bytes += tables_length;
174 tables = memctl->malloc(tables_length + sizeof(PCRE2_SIZE), memctl->memory_data);
177 memcpy(tables, src_bytes, tables_length);
178 *(PCRE2_SIZE *)(tables + tables_length) = number_of_codes;
179 src_bytes += tables_length;
pcre2_internal.h 600 #define tables_length (ctypes_offset + 256) macro
    [all...]
pcre2_compile.c     [all...]

Completed in 59 milliseconds