Home
last modified time | relevance | path

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

/PHP-8.3/main/
H A Drfc1867.h49 size_t *newlength; member
63 size_t *newlength; member
H A Drfc1867.c863 size_t newlength = new_val_len; local
869 event_formdata.newlength = &newlength;
875 new_val_len = newlength;
890 event_formdata.newlength = NULL;
1014 event_file_data.newlength = &blen;
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c930 PCRE2_SIZE newlength = scb.output_offsets[1] - scb.output_offsets[0]; in pcre2_substitute() local
933 buff_offset -= newlength; in pcre2_substitute()
934 lengthleft += newlength; in pcre2_substitute()
/PHP-8.3/ext/imap/
H A Dphp_imap.c1970 unsigned long newlength; in PHP_FUNCTION() local
1982 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()
1992 unsigned long newlength; in PHP_FUNCTION() local
2004 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()
2014 unsigned long newlength; in PHP_FUNCTION() local
2026 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()
2036 unsigned long newlength; in PHP_FUNCTION() local
2042 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 …]
/PHP-8.3/ext/session/
H A Dsession.c3115 if (data->newlength) { in php_session_rfc1867_callback()
3116 value_len = *data->newlength; in php_session_rfc1867_callback()

Completed in 34 milliseconds