Searched defs:read_hex (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dfirehose.c377 static apr_status_t read_hex(const char **buf, apr_uint64_t *val) function
436 if (APR_SUCCESS != (status = read_hex(&str, &val))) {
445 if (APR_SUCCESS != (status = read_hex(&str, &val))) {
477 if (APR_SUCCESS != (status = read_hex(&str, &val))) {

Completed in 9 milliseconds