ngx_hex_dump      177 core/ngx_string.h u_char *ngx_hex_dump(u_char *dst, u_char *src, size_t len);
ngx_hex_dump     2006 event/ngx_event_openssl.c     ngx_hex_dump(s->data, buf, len);
ngx_hex_dump      636 http/ngx_http_file_cache.c     p = ngx_hex_dump(p, c->key, NGX_HTTP_CACHE_KEY_LEN);
ngx_hex_dump     1111 http/ngx_http_file_cache.c         p = ngx_hex_dump(key, (u_char *) &fcn->node.key,
ngx_hex_dump     1114 http/ngx_http_file_cache.c         (void) ngx_hex_dump(p, fcn->key, len);
ngx_hex_dump     1155 http/ngx_http_file_cache.c         p = ngx_hex_dump(p, (u_char *) &fcn->node.key,
ngx_hex_dump     1158 http/ngx_http_file_cache.c         p = ngx_hex_dump(p, fcn->key, len);