Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Drfc1867.h43 size_t *newlength; member
57 size_t *newlength; member
H A Drfc1867.c925 size_t newlength = new_val_len; local
931 event_formdata.newlength = &newlength;
937 new_val_len = newlength;
961 event_formdata.newlength = NULL;
1085 event_file_data.newlength = &blen;
/PHP-5.3/ext/imap/
H A Dphp_imap.c2472 unsigned long newlength; in PHP_FUNCTION() local
2484 RETVAL_STRINGL(decode, newlength, 1); in PHP_FUNCTION()
2495 unsigned long newlength; in PHP_FUNCTION() local
2507 RETVAL_STRINGL(decode, newlength, 1); in PHP_FUNCTION()
2518 unsigned long newlength; in PHP_FUNCTION() local
2524 decode = (char *) rfc822_8bit((unsigned char *) text, text_len, &newlength); in PHP_FUNCTION()
2530 RETVAL_STRINGL(decode, newlength, 1); in PHP_FUNCTION()
2541 unsigned long newlength; in PHP_FUNCTION() local
2547 decode = rfc822_binary(text, text_len, &newlength); in PHP_FUNCTION()
2553 RETVAL_STRINGL(decode, newlength, 1); in PHP_FUNCTION()
[all …]
/PHP-5.3/
H A DNEWS3814 - Fixed bug #43540 (rfc1867 handler newlength problem). (Arnaud)

Completed in 63 milliseconds