Searched refs:tables_length (Results 1 – 4 of 4) sorted by relevance
93 total_size = sizeof(pcre2_serialized_data) + tables_length; in pcre2_serialize_encode()124 memcpy(dst_bytes, tables, tables_length); in pcre2_serialize_encode()125 dst_bytes += tables_length; in pcre2_serialize_encode()174 tables = memctl->malloc(tables_length + sizeof(PCRE2_SIZE), memctl->memory_data); in pcre2_serialize_decode()177 memcpy(tables, src_bytes, tables_length); in pcre2_serialize_decode()178 *(PCRE2_SIZE *)(tables + tables_length) = number_of_codes; in pcre2_serialize_decode()179 src_bytes += tables_length; in pcre2_serialize_decode()
76 uint8_t *yield = (uint8_t *)malloc(tables_length);83 gcontext->memctl.malloc(tables_length, gcontext->memctl.memory_data) :84 malloc(tables_length));
600 #define tables_length (ctypes_offset + 256) macro
756 ref_count = (PCRE2_SIZE *)(code->tables + tables_length); in pcre2_code_copy()785 ref_count = (PCRE2_SIZE *)(code->tables + tables_length); in pcre2_code_free()