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