Searched refs:newlength (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/main/ |
H A D | rfc1867.h | 43 size_t *newlength; member 57 size_t *newlength; member
|
H A D | rfc1867.c | 877 size_t newlength = new_val_len; local 883 event_formdata.newlength = &newlength; 889 new_val_len = newlength; 904 event_formdata.newlength = NULL; 1032 event_file_data.newlength = &blen;
|
/PHP-5.6/ext/imap/ |
H A D | php_imap.c | 2487 unsigned long newlength; in PHP_FUNCTION() local 2499 RETVAL_STRINGL(decode, newlength, 1); in PHP_FUNCTION() 2510 unsigned long newlength; in PHP_FUNCTION() local 2522 RETVAL_STRINGL_CHECK(decode, newlength, 1); in PHP_FUNCTION() 2533 unsigned long newlength; in PHP_FUNCTION() local 2539 decode = (char *) rfc822_8bit((unsigned char *) text, text_len, &newlength); in PHP_FUNCTION() 2545 RETVAL_STRINGL_CHECK(decode, newlength, 1); in PHP_FUNCTION() 2556 unsigned long newlength; in PHP_FUNCTION() local 2562 decode = rfc822_binary(text, text_len, &newlength); in PHP_FUNCTION() 2568 RETVAL_STRINGL_CHECK(decode, newlength, 1); in PHP_FUNCTION() [all …]
|
/PHP-5.6/ext/session/ |
H A D | session.c | 2696 if (data->newlength) { 2697 value_len = *data->newlength;
|
/PHP-5.6/ |
H A D | NEWS | 8442 - Fixed bug #43540 (rfc1867 handler newlength problem). (Arnaud)
|
Completed in 64 milliseconds