Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dquot_print.c57 size_t decoded_len, buf_size; in php_quot_print_decode() local
97 decoded_len = 0; in php_quot_print_decode()
112 *(p2++) = (h_nbl << 4) | l_nbl, decoded_len++; in php_quot_print_decode()
132 i--, p1++, decoded_len++; in php_quot_print_decode()
137 ZSTR_LEN(retval) = decoded_len; in php_quot_print_decode()

Completed in 12 milliseconds