Searched refs:buffer_is_equal (Results 1 – 20 of 20) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | mod_magnet_cache.c | 114 if (buffer_is_equal(&sc->name, name)) in script_cache_get_script() 135 if (NULL == etag || !buffer_is_equal(&sc->etag, etag)) { in script_cache_check_script()
|
| H A D | mod_staticfile.c | 127 if (r->tmp_sce && !buffer_is_equal(&r->tmp_sce->name, &r->physical.path)) in mod_staticfile_process()
|
| H A D | mod_status.c | 799 buffer_is_equal(p->conf.status_url, &r->uri.path)) { in mod_status_handler() 802 buffer_is_equal(p->conf.config_url, &r->uri.path)) { in mod_status_handler() 805 buffer_is_equal(p->conf.statistics_url, &r->uri.path)) { in mod_status_handler()
|
| H A D | mod_simple_vhost.c | 160 if (buffer_is_equal(out, &p->last_root)) return 1; in build_doc_root()
|
| H A D | http_range.c | 445 if (!cmp || !buffer_is_equal(if_range, cmp)) in http_range_rfc7233()
|
| H A D | http_cgi.c | 155 if (!buffer_is_equal(&r->target, &r->target_orig)) in http_cgi_headers()
|
| H A D | buffer.h | 163 int buffer_is_equal(const buffer *a, const buffer *b);
|
| H A D | configfile.c | 299 if (buffer_is_equal(m, &data[j]->value)) { in config_check_module_duplicates() 313 if (buffer_is_equal(m, n)) break; /* duplicate */ in config_check_module_duplicates() 2606 is_lower = buffer_is_equal(tb, s->document_root); in config_set_defaults() 2616 if (is_lower && buffer_is_equal(tb, s->document_root)) { in config_set_defaults()
|
| H A D | gw_backend.c | 234 if (buffer_is_equal(key, &ext->exts[i].key)) { in gw_extension_insert() 756 && buffer_is_equal(host->unixsocket, unixsocket) in unixsocket_is_dup() 1536 if (!buffer_is_equal(host->bin_path, duplicate->bin_path)) { in gw_set_defaults_backend() 2520 if (buffer_is_equal(&ds->value, &extension->key)) { in gw_check_extension()
|
| H A D | configfile-glue.c | 563 match ^= (buffer_is_equal(l, &dc->string)); in config_check_cond_nocache_eval()
|
| H A D | buffer.c | 432 int buffer_is_equal(const buffer *a, const buffer *b) { in buffer_is_equal() function
|
| H A D | mod_ajp13.c | 477 if (!buffer_is_equal(&r->target, &r->target_orig)) { in ajp13_enc_attributes()
|
| H A D | configparser.y | 139 && buffer_is_equal(&((data_string *)du)->value, in configparser_merge_data()
|
| H A D | network.c | 376 if (buffer_is_equal(srv->srv_sockets.ptr[i]->srv_token, host_token)) { in network_server_init()
|
| H A D | http-header-glue.c | 230 if (buffer_is_equal(lmod, vb) in http_response_handle_cachable()
|
| H A D | mod_cgi.c | 1000 st = r->tmp_sce && buffer_is_equal(&r->tmp_sce->name, &r->physical.path) in URIHANDLER_FUNC()
|
| H A D | stat_cache.c | 510 if (fam_link && !buffer_is_equal(&fam_link->name, n)) in stat_cache_handle_fdevent_fn()
|
| H A D | mod_ssi.c | 1011 if (buffer_is_equal(&r->physical.path, p->stat_fn)) { in process_ssi_stmt()
|
| H A D | mod_mbedtls.c | 765 if (!buffer_is_equal(hctx->conf.pc->ssl_pemfile, ssl_pemfile)) { in mod_mbedtls_SNI()
|
| /lighttpd1.4/ |
| H A D | NEWS | 2146 * [core] better consistency in buffer_is_equal*()
|