Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dquot_print.c59 size_t decoded_len, buf_size; in php_quot_print_decode() local
99 decoded_len = 0; in php_quot_print_decode()
114 *(p2++) = (h_nbl << 4) | l_nbl, decoded_len++; in php_quot_print_decode()
134 i--, p1++, decoded_len++; in php_quot_print_decode()
139 ZSTR_LEN(retval) = decoded_len; in php_quot_print_decode()

Completed in 4 milliseconds