| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_status.c | 326 buffer_append_long(b, days); in mod_status_handle_server_status_html() 331 buffer_append_long(b, hours); in mod_status_handle_server_status_html() 336 buffer_append_long(b, mins); in mod_status_handle_server_status_html() 340 buffer_append_long(b, seconds); in mod_status_handle_server_status_html() 360 buffer_append_long(b, avg); in mod_status_handle_server_status_html() 385 buffer_append_long(b, avg); in mod_status_handle_server_status_html() 414 buffer_append_long(b, avg); in mod_status_handle_server_status_html() 447 buffer_append_long(b, srv->conns->used); in mod_status_handle_server_status_html() 493 buffer_append_long(b, c->request.content_length); in mod_status_handle_server_status_html() 592 buffer_append_long(b, ts); in mod_status_handle_server_status_text() [all …]
|
| H A D | log.c | 295 buffer_append_long(srv->errorlog_buf, line); in log_error_write() 318 buffer_append_long(srv->errorlog_buf, d); in log_error_write() 342 buffer_append_long(srv->errorlog_buf, d); in log_error_write()
|
| H A D | buffer.h | 67 int buffer_append_long(buffer *b, long val); 71 #define buffer_append_off_t(x, y) buffer_append_long(x, y)
|
| H A D | etag.c | 33 buffer_append_long(etag, st->st_mtime); in etag_create()
|
| H A D | mod_accesslog.c | 733 buffer_append_long(p->conf.ts_accesslog_str, hrs); in REQUESTDONE_FUNC() 736 buffer_append_long(p->conf.ts_accesslog_str, min); in REQUESTDONE_FUNC() 780 buffer_append_long(b, con->http_status); in REQUESTDONE_FUNC() 834 buffer_append_long(b, srv->cur_ts - con->request_start); in REQUESTDONE_FUNC() 872 buffer_append_long(b, srv->srvconf.port); in REQUESTDONE_FUNC()
|
| H A D | mod_evhost.c | 203 buffer_append_long(ds->key, i++); in mod_evhost_parse_host() 216 buffer_append_long(ds->key, i /* ++ */); in mod_evhost_parse_host()
|
| H A D | stat_cache.c | 280 buffer_append_long(sc->hash_key, j); in stat_cache_handle_fdevent() 386 buffer_append_long(sc->hash_key, con->conf.follow_symlink); in stat_cache_get_entry() 452 buffer_append_long(sc->hash_key, con->conf.follow_symlink); in stat_cache_get_entry()
|
| H A D | mod_usertrack.c | 245 buffer_append_long(ds->value, p->conf.cookie_max_age); in URIHANDLER_FUNC()
|
| H A D | configparser.y | 64 buffer_append_long(ds->value, ((data_integer*)op2)->value); in configparser_merge_data() 68 buffer_append_long(ds->value, ((data_integer*)op1)->value); in configparser_merge_data()
|
| H A D | buffer.c | 319 int buffer_append_long(buffer *b, long val) { in buffer_append_long() function 334 return buffer_append_long(b, val); in buffer_copy_long()
|
| H A D | mod_expire.c | 343 …buffer_append_long(p->expire_tstmp, expires - srv->cur_ts); /* as expires >= srv->cur_ts the diffe… in URIHANDLER_FUNC()
|
| H A D | http-header-glue.c | 199 buffer_append_long(o, srv->srvconf.port); in http_response_redirect_to_directory()
|
| H A D | mod_rrdtool.c | 425 buffer_append_long(p->cmd, s->requests); in TRIGGER_FUNC()
|
| H A D | connections.c | 513 buffer_append_long(con->physical.path, con->http_status); 540 buffer_append_long(b, con->http_status); 549 buffer_append_long(b, con->http_status);
|
| H A D | configparser.c | 67 buffer_append_long(ds->value, ((data_integer*)op2)->value); in configparser_merge_data() 71 buffer_append_long(ds->value, ((data_integer*)op1)->value); in configparser_merge_data()
|
| H A D | configfile-glue.c | 306 buffer_append_long(srv->cond_check_buf, sock_addr_get_port(&(srv_sock->addr))); in config_check_cond_nocache()
|
| H A D | response.c | 43 buffer_append_long(b, con->http_status); in http_response_write_header()
|
| H A D | mod_fastcgi.c | 394 buffer_append_long(b, proc->id); in fastcgi_status_copy_procname() 940 buffer_append_long(proc->connection_name, proc->port); in fcgi_spawn_connection() 1385 buffer_append_long(proc->unixsocket, pno); in SETDEFAULTS_FUNC() 1708 buffer_append_long(proc->connection_name, proc->port); in fcgi_establish_connection()
|
| H A D | mod_scgi.c | 1134 buffer_append_long(proc->socket, pno); in SETDEFAULTS_FUNC() 1626 buffer_append_long(b, p->scgi_env->used); in scgi_create_env() 3000 buffer_append_long(fp->socket, fp->id); in TRIGGER_FUNC()
|
| H A D | network.c | 883 buffer_append_long(b, srv->srvconf.port);
|
| H A D | mod_webdav.c | 522 buffer_append_long(b, status); in webdav_gen_response_status_tag()
|