Home
last modified time | relevance | path

Searched refs:total_length (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/interbase/
H A Dibase_blobs.c104 ISC_LONG total_length; /* Total length of blob */ member
177 bl_info->total_length = 0; in _php_ibase_blob_info()
199 bl_info->total_length = isc_vax_integer(p, item_len); in _php_ibase_blob_info()
436 bl_info.total_length = 0; in PHP_FUNCTION()
442 add_index_long(return_value, 0, bl_info.total_length); in PHP_FUNCTION()
443 add_assoc_long(return_value, "length", bl_info.total_length); in PHP_FUNCTION()
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c12033 sljit_uw total_length; in jit_compile() local
12195 total_length = ccend - common->start; in jit_compile()
12196 common->private_data_ptrs = (sljit_s32 *)SLJIT_MALLOC(total_length * (sizeof(sljit_s32) + (common->… in jit_compile()
12202 memset(common->private_data_ptrs, 0, total_length * sizeof(sljit_s32)); in jit_compile()
12223 common->then_offsets = (sljit_u8 *)(common->private_data_ptrs + total_length); in jit_compile()
12224 memset(common->then_offsets, 0, total_length); in jit_compile()

Completed in 53 milliseconds