| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_secure_link_module.c | 178 if (ngx_memcmp(hash_buf, md5_buf, 16) != 0) { in ngx_http_secure_link_variable()
|
| H A D | ngx_http_geo_module.c | 1500 if (size < 16 || ngx_memcmp(&ngx_http_geo_header, header, 12) != 0) { in ngx_http_geo_include_binary_base()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_string.h | 148 #define ngx_memcmp(s1, s2, n) memcmp((const char *) s1, (const char *) s2, n) macro
|
| H A D | ngx_string.c | 836 m = ngx_memcmp(s1, s2, n); in ngx_memn2cmp() 1921 p = (ngx_memcmp(n->str.data, t->str.data, n->str.len) < 0) in ngx_str_rbtree_insert_value() 1964 rc = ngx_memcmp(val->data, n->str.data, val->len); in ngx_str_rbtree_lookup()
|
| H A D | ngx_inet.c | 1352 if (ngx_memcmp(&sin61->sin6_addr, &sin62->sin6_addr, 16) != 0) { in ngx_cmp_sockaddr() 1376 if (ngx_memcmp(&saun1->sun_path, &saun2->sun_path, len) != 0) { in ngx_cmp_sockaddr()
|
| H A D | ngx_resolver.c | 3509 rc = ngx_memcmp(addr, &rn->addr6, 16); in ngx_resolver_lookup_addr6() 3591 p = (ngx_memcmp(&rn->addr6, &rn_temp->addr6, 16) in ngx_resolver_rbtree_insert_addr6_value()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_handler.c | 73 if (ngx_memcmp(&addr6[i].addr6, &sin6->sin6_addr, 16) == 0) { in ngx_stream_init_connection()
|
| H A D | ngx_stream_geo_module.c | 1426 if (size < 16 || ngx_memcmp(&ngx_stream_geo_header, header, 12) != 0) { in ngx_stream_geo_include_binary_base()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_file_cache.c | 568 if (ngx_memcmp(p, key[i].data, key[i].len) != 0) { in ngx_http_file_cache_read() 595 if (ngx_memcmp(c->variant, h->variant, NGX_HTTP_CACHE_KEY_LEN) != 0) { in ngx_http_file_cache_read() 996 rc = ngx_memcmp(&key[sizeof(ngx_rbtree_key_t)], fcn->key, in ngx_http_file_cache_lookup() 1034 p = (ngx_memcmp(cn->key, cnt->key, in ngx_http_file_cache_rbtree_insert_value() 1316 && ngx_memcmp(c->variant, c->key, NGX_HTTP_CACHE_KEY_LEN) == 0) in ngx_http_file_cache_update_variant()
|
| H A D | ngx_http_core_module.c | 1970 if (ngx_memcmp(ae->value.data, "gzip,", 5) != 0 in ngx_http_gzip_ok() 2600 || ngx_memcmp(path->data, from.data, from.len) != 0) in ngx_http_set_disable_symlinks()
|
| H A D | ngx_http_request.c | 257 if (ngx_memcmp(&addr6[i].addr6, &sin6->sin6_addr, 16) == 0) { in ngx_http_init_connection()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 720 if (ngx_memcmp(pos, preface, sizeof(preface) - 1) != 0) { in ngx_http_v2_state_preface() 743 if (ngx_memcmp(pos, preface, sizeof(preface) - 1) != 0) { in ngx_http_v2_state_preface_end() 1642 && ngx_memcmp(header->name.data, cookie.data, cookie.len) == 0) in ngx_http_v2_state_process_header() 3323 if (ngx_memcmp(header->name.data, "path", sizeof("path") - 1) in ngx_http_v2_pseudo_header() 3332 if (ngx_memcmp(header->name.data, "method", sizeof("method") - 1) in ngx_http_v2_pseudo_header() 3338 if (ngx_memcmp(header->name.data, "scheme", sizeof("scheme") - 1) in ngx_http_v2_pseudo_header() 3347 if (ngx_memcmp(header->name.data, "authority", sizeof("authority") - 1) in ngx_http_v2_pseudo_header()
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_handler.c | 76 if (ngx_memcmp(&addr6[i].addr6, &sin6->sin6_addr, 16) == 0) { in ngx_mail_init_connection()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_openssl.c | 3949 if (ngx_memcmp(name, key[i].name, 16) == 0) { in ngx_ssl_session_ticket_key_callback()
|