Home
last modified time | relevance | path

Searched refs:newlength (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/main/
H A Drfc1867.h39 size_t *newlength; member
53 size_t *newlength; member
H A Drfc1867.c878 size_t newlength = new_val_len; local
884 event_formdata.newlength = &newlength;
890 new_val_len = newlength;
905 event_formdata.newlength = NULL;
1029 event_file_data.newlength = &blen;
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c908 PCRE2_SIZE newlength = scb.output_offsets[1] - scb.output_offsets[0]; in pcre2_substitute() local
911 buff_offset -= newlength; in pcre2_substitute()
912 lengthleft += newlength; in pcre2_substitute()
/PHP-8.1/ext/imap/
H A Dphp_imap.c2058 unsigned long newlength; in PHP_FUNCTION() local
2070 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()
2080 unsigned long newlength; in PHP_FUNCTION() local
2092 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()
2102 unsigned long newlength; in PHP_FUNCTION() local
2114 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()
2124 unsigned long newlength; in PHP_FUNCTION() local
2130 decode = (char*)rfc822_binary(ZSTR_VAL(text), ZSTR_LEN(text), &newlength); in PHP_FUNCTION()
2136 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()
3860 unsigned long newlength; in PHP_FUNCTION() local
[all …]
/PHP-8.1/ext/session/
H A Dsession.c3027 if (data->newlength) { in php_session_rfc1867_callback()
3028 value_len = *data->newlength; in php_session_rfc1867_callback()

Completed in 36 milliseconds