Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Drfc1867.h39 size_t *newlength; member
53 size_t *newlength; member
H A Drfc1867.c879 size_t newlength = new_val_len; local
885 event_formdata.newlength = &newlength;
891 new_val_len = newlength;
906 event_formdata.newlength = NULL;
1033 event_file_data.newlength = &blen;
/PHP-8.0/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.0/ext/imap/
H A Dphp_imap.c2080 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
2136 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()
2146 unsigned long newlength; in PHP_FUNCTION() local
2152 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 …]
/PHP-8.0/ext/session/
H A Dsession.c3044 if (data->newlength) { in php_session_rfc1867_callback()
3045 value_len = *data->newlength; in php_session_rfc1867_callback()

Completed in 40 milliseconds