text_len 2462 ext/imap/php_imap.c int text_len; text_len 2465 ext/imap/php_imap.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &text, &text_len) == FAILURE) { text_len 2469 ext/imap/php_imap.c decode = (char *) rfc822_base64((unsigned char *) text, text_len, &newlength); text_len 2485 ext/imap/php_imap.c int text_len; text_len 2488 ext/imap/php_imap.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &text, &text_len) == FAILURE) { text_len 2492 ext/imap/php_imap.c decode = (char *) rfc822_qprint((unsigned char *) text, text_len, &newlength); text_len 2508 ext/imap/php_imap.c int text_len; text_len 2511 ext/imap/php_imap.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &text, &text_len) == FAILURE) { text_len 2515 ext/imap/php_imap.c decode = (char *) rfc822_8bit((unsigned char *) text, text_len, &newlength); text_len 2531 ext/imap/php_imap.c int text_len; text_len 2534 ext/imap/php_imap.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &text, &text_len) == FAILURE) { text_len 2538 ext/imap/php_imap.c decode = rfc822_binary(text, text_len, &newlength); text_len 37 ext/intl/dateformat/dateformat_parse.c static void internal_parse_to_timestamp(IntlDateFormatter_object *dfo, char* text_to_parse, int32_t text_len, int32_t *parse_pos, zval *return_value TSRMLS_DC) text_len 45 ext/intl/dateformat/dateformat_parse.c intl_convert_utf8_to_utf16(&text_utf16, &text_utf16_len, text_to_parse, text_len, &INTL_DATA_ERROR_CODE(dfo)); text_len 84 ext/intl/dateformat/dateformat_parse.c static void internal_parse_to_localtime(IntlDateFormatter_object *dfo, char* text_to_parse, int32_t text_len, int32_t *parse_pos, zval *return_value TSRMLS_DC) text_len 92 ext/intl/dateformat/dateformat_parse.c intl_convert_utf8_to_utf16(&text_utf16, &text_utf16_len, text_to_parse, text_len, &INTL_DATA_ERROR_CODE(dfo)); text_len 131 ext/intl/dateformat/dateformat_parse.c int32_t text_len =0; text_len 139 ext/intl/dateformat/dateformat_parse.c &object, IntlDateFormatter_ce_ptr, &text_to_parse, &text_len, &z_parse_pos ) == FAILURE ){ text_len 150 ext/intl/dateformat/dateformat_parse.c if(parse_pos > text_len) { text_len 154 ext/intl/dateformat/dateformat_parse.c internal_parse_to_timestamp( dfo, text_to_parse, text_len, z_parse_pos?&parse_pos:NULL, return_value TSRMLS_CC); text_len 169 ext/intl/dateformat/dateformat_parse.c int32_t text_len =0; text_len 177 ext/intl/dateformat/dateformat_parse.c &object, IntlDateFormatter_ce_ptr, &text_to_parse, &text_len, &z_parse_pos ) == FAILURE ){ text_len 188 ext/intl/dateformat/dateformat_parse.c if(parse_pos > text_len) { text_len 192 ext/intl/dateformat/dateformat_parse.c internal_parse_to_localtime( dfo, text_to_parse, text_len, z_parse_pos?&parse_pos:NULL, return_value TSRMLS_CC); text_len 31 ext/intl/spoofchecker/spoofchecker_main.c int text_len; text_len 35 ext/intl/spoofchecker/spoofchecker_main.c if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|z", &text, &text_len, &error_code)) { text_len 41 ext/intl/spoofchecker/spoofchecker_main.c ret = uspoof_checkUTF8(co->uspoof, text, text_len, NULL, SPOOFCHECKER_ERROR_CODE_P(co));