Searched refs:bytes_compar (Results 1 - 2 of 2) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.c | 986 static int bytes_compar(const uint8_t *a, size_t alen, const uint8_t *b, in bytes_compar() function 1014 return bytes_compar(lhs->name, lhs->namelen, rhs->name, rhs->namelen); in nghttp2_nv_compare_name() 1022 rv = bytes_compar(a->name, a->namelen, b->name, b->namelen); in nv_compar() 1025 return bytes_compar(a->value, a->valuelen, b->value, b->valuelen); in nv_compar()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.c | 986 static int bytes_compar(const uint8_t *a, size_t alen, const uint8_t *b, in bytes_compar() function 1014 return bytes_compar(lhs->name, lhs->namelen, rhs->name, rhs->namelen); in nghttp2_nv_compare_name() 1022 rv = bytes_compar(a->name, a->namelen, b->name, b->namelen); in nv_compar() 1025 return bytes_compar(a->value, a->valuelen, b->value, b->valuelen); in nv_compar()
|
Completed in 4 milliseconds