Home
last modified time | relevance | path

Searched refs:decoded_len (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/standard/
H A Dquot_print.c61 size_t decoded_len, buf_size; in php_quot_print_decode() local
101 decoded_len = 0; in php_quot_print_decode()
116 *(p2++) = (h_nbl << 4) | l_nbl, decoded_len++; in php_quot_print_decode()
136 i--, p1++, decoded_len++; in php_quot_print_decode()
141 *ret_length = decoded_len; in php_quot_print_decode()
/PHP-5.5/ext/xml/
H A Dxml.c933 int decoded_len; in _xml_characterDataHandler() local
935 decoded_value = xml_utf8_decode(s,len,&decoded_len,parser->target_encoding); in _xml_characterDataHandler()
936 for (i = 0; i < decoded_len; i++) { in _xml_characterDataHandler()
956 int newlen = Z_STRLEN_PP(myval) + decoded_len; in _xml_characterDataHandler()
958 strncpy(Z_STRVAL_PP(myval) + Z_STRLEN_PP(myval), decoded_value, decoded_len + 1); in _xml_characterDataHandler()
959 Z_STRLEN_PP(myval) += decoded_len; in _xml_characterDataHandler()
976 int newlen = Z_STRLEN_PP(myval) + decoded_len; in _xml_characterDataHandler()
978 strncpy(Z_STRVAL_PP(myval) + Z_STRLEN_PP(myval), decoded_value, decoded_len + 1); in _xml_characterDataHandler()
979 Z_STRLEN_PP(myval) += decoded_len; in _xml_characterDataHandler()

Completed in 10 milliseconds