Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Drfc1867.h39 size_t *newlength; member
53 size_t *newlength; member
H A Drfc1867.c886 size_t newlength = new_val_len; local
892 event_formdata.newlength = &newlength;
898 new_val_len = newlength;
913 event_formdata.newlength = NULL;
1037 event_file_data.newlength = &blen;
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c927 PCRE2_SIZE newlength = scb.output_offsets[1] - scb.output_offsets[0]; in pcre2_substitute() local
930 buff_offset -= newlength; in pcre2_substitute()
931 lengthleft += newlength; in pcre2_substitute()
/PHP-8.2/ext/imap/
H A Dphp_imap.c1906 unsigned long newlength; in PHP_FUNCTION() local
1918 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()
1928 unsigned long newlength; in PHP_FUNCTION() local
1940 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()
1950 unsigned long newlength; in PHP_FUNCTION() local
1962 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()
1972 unsigned long newlength; in PHP_FUNCTION() local
1978 decode = (char*)rfc822_binary(ZSTR_VAL(text), ZSTR_LEN(text), &newlength); in PHP_FUNCTION()
1984 RETVAL_STRINGL(decode, newlength); in PHP_FUNCTION()
3708 unsigned long newlength; in PHP_FUNCTION() local
[all …]
/PHP-8.2/ext/session/
H A Dsession.c3028 if (data->newlength) { in php_session_rfc1867_callback()
3029 value_len = *data->newlength; in php_session_rfc1867_callback()

Completed in 42 milliseconds