Lines Matching +defs:p +defs:value
165 const uint8_t *p = begin; in sf_parse_key() local
180 const uint8_t *p = begin; in sf_parse_integer_or_decimal() local
182 int64_t value = 0; in sf_parse_integer_or_decimal() local
325 const uint8_t *p = begin; in sf_parse_string() local
425 const uint8_t *p = begin; in sf_parse_token() local
502 const uint8_t *p = begin; in sf_parse_byteseq() local
533 const uint8_t *p = begin; in sf_parse_boolean() local
606 const uint8_t *p = begin; in sf_parse_params() local
640 const uint8_t *p = begin; in sf_parse_item() local
668 const uint8_t *p = begin; in sf_parse_inner_list() local
744 int nghttp3_http_parse_priority(nghttp3_pri *dest, const uint8_t *value, in nghttp3_http_parse_priority()
746 const uint8_t *p = value, *end = value + valuelen; in nghttp3_http_parse_priority() local
1106 static int check_authority(const uint8_t *value, size_t len) { in check_authority()
1116 static int check_scheme(const uint8_t *value, size_t len) { in check_scheme()
1208 static int check_method(const uint8_t *value, size_t len) { in check_method()
1289 static int check_path(const uint8_t *value, size_t len) { in check_path()
1633 int nghttp3_check_header_value(const uint8_t *value, size_t len) { in nghttp3_check_header_value()