Searched refs:newlength (Results 1 – 5 of 5) sorted by relevance
39 size_t *newlength; member53 size_t *newlength; member
879 size_t newlength = new_val_len; local885 event_formdata.newlength = &newlength;891 new_val_len = newlength;906 event_formdata.newlength = NULL;1033 event_file_data.newlength = &blen;
908 PCRE2_SIZE newlength = scb.output_offsets[1] - scb.output_offsets[0]; in pcre2_substitute() local911 buff_offset -= newlength; in pcre2_substitute()912 lengthleft += newlength; in pcre2_substitute()
2080 unsigned long newlength; in PHP_FUNCTION() local2092 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()2102 unsigned long newlength; in PHP_FUNCTION() local2114 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()2124 unsigned long newlength; in PHP_FUNCTION() local2136 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()2146 unsigned long newlength; in PHP_FUNCTION() local2152 decode = (char*)rfc822_binary(ZSTR_VAL(text), ZSTR_LEN(text), &newlength); in PHP_FUNCTION()2158 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()3903 unsigned long newlength; in PHP_FUNCTION() local[all …]
3044 if (data->newlength) { in php_session_rfc1867_callback()3045 value_len = *data->newlength; in php_session_rfc1867_callback()
Completed in 49 milliseconds