nghttp2_nv_compare_name
Synopsis
#include <nghttp2/nghttp2.h>
-
int nghttp2_nv_compare_name(const nghttp2_nv *lhs, const nghttp2_nv *rhs)
Compares
lhs->name
of lengthlhs->namelen
bytes andrhs->name
of lengthrhs->namelen
bytes. Returns negative integer iflhs->name
is found to be less thanrhs->name
; or returns positive integer iflhs->name
is found to be greater thanrhs->name
; or returns 0 otherwise.