Home
last modified time | relevance | path

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

/PHP-7.2/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 ZSTR_LEN(retval) = decoded_len; in php_quot_print_decode()

Completed in 6 milliseconds