Searched refs:newlength (Results 1 – 5 of 5) sorted by relevance
49 size_t *newlength; member63 size_t *newlength; member
863 size_t newlength = new_val_len; local869 event_formdata.newlength = &newlength;875 new_val_len = newlength;890 event_formdata.newlength = NULL;1014 event_file_data.newlength = &blen;
930 PCRE2_SIZE newlength = scb.output_offsets[1] - scb.output_offsets[0]; in pcre2_substitute() local933 buff_offset -= newlength; in pcre2_substitute()934 lengthleft += newlength; in pcre2_substitute()
1970 unsigned long newlength; in PHP_FUNCTION() local1982 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()1992 unsigned long newlength; in PHP_FUNCTION() local2004 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()2014 unsigned long newlength; in PHP_FUNCTION() local2026 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()2036 unsigned long newlength; in PHP_FUNCTION() local2042 decode = (char*)rfc822_binary(ZSTR_VAL(text), ZSTR_LEN(text), &newlength); in PHP_FUNCTION()2048 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()4041 unsigned long newlength; in PHP_FUNCTION() local[all …]
3125 if (data->newlength) { in php_session_rfc1867_callback()3126 value_len = *data->newlength; in php_session_rfc1867_callback()
Completed in 29 milliseconds