| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_fastcgi.c | 871 if (!buffer_is_empty(proc->unixsocket)) { in fcgi_spawn_connection() 898 if (buffer_is_empty(host->host)) { in fcgi_spawn_connection() 934 if (!buffer_is_empty(host->host)) { in fcgi_spawn_connection() 1340 if (buffer_is_empty(host->host) && in SETDEFAULTS_FUNC() 1431 if (!buffer_is_empty(fcgi_mode)) { in SETDEFAULTS_FUNC() 1660 if (!buffer_is_empty(proc->unixsocket)) { in fcgi_establish_connection() 1683 if (!buffer_is_empty(host->host)) { in fcgi_establish_connection() 1702 if (!buffer_is_empty(host->host)) { in fcgi_establish_connection() 1945 if (!buffer_is_empty(host->docroot)) { in fcgi_create_env() 1965 if (!buffer_is_empty(host->docroot)) { in fcgi_create_env() [all …]
|
| H A D | mod_scgi.c | 582 !buffer_is_empty(proc->socket)) { in FREE_FUNC() 591 !buffer_is_empty(proc->socket)) { in FREE_FUNC() 668 if (!buffer_is_empty(proc->socket)) { in scgi_spawn_connection() 691 if (buffer_is_empty(host->host)) { in scgi_spawn_connection() 738 if (!buffer_is_empty(proc->socket)) { in scgi_spawn_connection() 1081 if (buffer_is_empty(df->host) && in SETDEFAULTS_FUNC() 1082 buffer_is_empty(df->bin_path)) { in SETDEFAULTS_FUNC() 1331 if (!buffer_is_empty(proc->socket)) { in scgi_establish_connection() 1564 if (!buffer_is_empty(host->docroot)) { in scgi_create_env() 1583 if (!buffer_is_empty(host->docroot)) { in scgi_create_env() [all …]
|
| H A D | mod_usertrack.c | 101 if (buffer_is_empty(s->cookie_name)) { in SETDEFAULTS_FUNC() 117 if (!buffer_is_empty(s->cookie_domain)) { in SETDEFAULTS_FUNC() 238 if (!buffer_is_empty(p->conf.cookie_domain)) { in URIHANDLER_FUNC()
|
| H A D | mod_status.c | 518 if (buffer_is_empty(c->server_name)) { in mod_status_handle_server_status_html() 527 if (!buffer_is_empty(c->uri.path)) { in mod_status_handle_server_status_html() 531 if (!buffer_is_empty(c->uri.query)) { in mod_status_handle_server_status_html() 536 if (!buffer_is_empty(c->request.orig_uri)) { in mod_status_handle_server_status_html() 815 if (!buffer_is_empty(p->conf.status_url) && in mod_status_handler() 818 } else if (!buffer_is_empty(p->conf.config_url) && in mod_status_handler() 821 } else if (!buffer_is_empty(p->conf.statistics_url) && in mod_status_handler()
|
| H A D | mod_secure_download.c | 205 if (buffer_is_empty(p->conf.uri_prefix)) return HANDLER_GO_ON; in URIHANDLER_FUNC() 207 if (buffer_is_empty(p->conf.secret)) { in URIHANDLER_FUNC() 213 if (buffer_is_empty(p->conf.doc_root)) { in URIHANDLER_FUNC()
|
| H A D | mod_cml.c | 221 if (buffer_is_empty(p->conf.power_magnet)) return HANDLER_GO_ON; in URIHANDLER_FUNC() 267 if (buffer_is_empty(con->physical.path)) return HANDLER_ERROR; in URIHANDLER_FUNC() 275 if (buffer_is_empty(p->conf.ext)) return HANDLER_GO_ON; in URIHANDLER_FUNC()
|
| H A D | mod_userdir.c | 203 if (buffer_is_empty(p->conf.basepath) in URIHANDLER_FUNC() 239 if (buffer_is_empty(p->conf.basepath)) { in URIHANDLER_FUNC() 277 if (buffer_is_empty(p->conf.basepath)) { in URIHANDLER_FUNC()
|
| H A D | mod_cml_lua.c | 258 if (!buffer_is_empty(con->request.pathinfo)) { in cache_parse_lua() 356 if (!buffer_is_empty(p->trigger_handler)) { in cache_parse_lua() 435 if (ret == 1 && !buffer_is_empty(p->trigger_handler)) { in cache_parse_lua()
|
| H A D | network.c | 688 if (buffer_is_empty(s->ssl_pemfile)) continue; 741 if (!buffer_is_empty(s->ssl_cipher_list)) { 755 if (!buffer_is_empty(s->ssl_dh_file)) { 791 if (!buffer_is_empty(s->ssl_ec_curve)) { 813 if (!buffer_is_empty(s->ssl_ca_file)) { 898 if (!buffer_is_empty(srv->srvconf.network_backend)) {
|
| H A D | mod_rrdtool.c | 369 if (i > 0 && !buffer_is_empty(s->path_rrdtool_bin)) { in SETDEFAULTS_FUNC() 385 if (buffer_is_empty(p->conf.path_rrdtool_bin)) { in SETDEFAULTS_FUNC() 412 if (buffer_is_empty(s->path_rrd)) continue; in TRIGGER_FUNC()
|
| H A D | etag.c | 13 if (etag && !buffer_is_empty(etag) && 0 == strcmp(etag->ptr, matches)) return 1; in etag_is_equal()
|
| H A D | log.c | 158 } else if (!buffer_is_empty(srv->srvconf.errorlog_file)) { in log_error_open() 176 if (!buffer_is_empty(srv->srvconf.breakagelog_file)) { in log_error_open()
|
| H A D | configfile.c | 286 if (buffer_is_empty(stat_cache_string)) { in config_insert() 519 if (buffer_is_empty(basedir) || 993 if (buffer_is_empty(context->basedir) || in config_parse_file() 1061 if (!buffer_is_empty(context->basedir)) { in config_parse_cmd() 1260 if (buffer_is_empty(s->document_root)) { in config_set_defaults() 1267 if (buffer_is_empty(srv->srvconf.changeroot)) { in config_set_defaults() 1369 if (buffer_is_empty(s->ssl_pemfile)) { in config_set_defaults()
|
| H A D | mod_trigger_b4_dl.c | 178 if (!buffer_is_empty(s->db_filename)) { in SETDEFAULTS_FUNC() 190 if (!buffer_is_empty(s->download_url)) { in SETDEFAULTS_FUNC() 201 if (!buffer_is_empty(s->trigger_url)) { in SETDEFAULTS_FUNC()
|
| H A D | mod_cgi.c | 806 if (buffer_is_empty(con->conf.server_tag)) { in cgi_create_env() 812 if (!buffer_is_empty(con->server_name)) { in cgi_create_env() 877 if (!buffer_is_empty(con->request.pathinfo)) { in cgi_create_env() 881 if (!buffer_is_empty(con->uri.query)) { in cgi_create_env() 884 if (!buffer_is_empty(con->request.orig_uri)) { in cgi_create_env() 921 if (!buffer_is_empty(con->authed_user)) { in cgi_create_env()
|
| H A D | mod_mysql_vhost.c | 245 if (!(buffer_is_empty(s->myuser) || 246 buffer_is_empty(s->mydb))) {
|
| H A D | buffer.h | 81 int buffer_is_empty(buffer *b);
|
| H A D | mod_staticfile.c | 452 if (buffer_is_empty(sce->content_type)) { in URIHANDLER_FUNC() 472 if (p->conf.etags_used && con->etag_flags != 0 && !buffer_is_empty(sce->etag)) { in URIHANDLER_FUNC()
|
| H A D | mod_accesslog.c | 495 if (i == 0 && buffer_is_empty(s->format)) { in SETDEFAULTS_FUNC() 524 if (!buffer_is_empty(s->parsed_format->ptr[j]->string)) { in SETDEFAULTS_FUNC() 559 if (buffer_is_empty(s->ts_accesslog_fmt_str)) { in SETDEFAULTS_FUNC()
|
| H A D | mod_dirlisting.c | 618 } else if (buffer_is_empty(con->conf.server_tag)) { in http_list_directory_footer() 784 if (buffer_is_empty(p->conf.encoding)) { in http_list_directory() 881 if (buffer_is_empty(p->conf.encoding)) { in http_list_directory()
|
| H A D | configfile-glue.c | 288 if (!buffer_is_empty(con->uri.authority)) { in config_check_cond_nocache() 318 } else if (!buffer_is_empty(con->tlsext_server_name)) { in config_check_cond_nocache()
|
| H A D | stat_cache.c | 322 if (buffer_is_empty(file)) return -1; in buffer_copy_dirname() 606 if (buffer_is_empty(sce->content_type)) { in stat_cache_get_entry()
|
| H A D | mod_magnet.c | 322 if (!buffer_is_empty(sce->etag)) { in magnet_stat() 334 if (!buffer_is_empty(sce->content_type)) { in magnet_stat() 1059 if (buffer_is_empty(ds->value)) continue; in magnet_attract_array()
|
| H A D | mod_flv_streaming.c | 194 if (buffer_is_empty(con->physical.path)) return HANDLER_GO_ON; in URIHANDLER_FUNC()
|
| H A D | connections.c | 509 if (!buffer_is_empty(con->conf.errorfile_prefix)) { 1487 (!buffer_is_empty(con->conf.error_handler) || 1488 !buffer_is_empty(con->error_handler))) { 1494 if (buffer_is_empty(con->error_handler)) {
|