Home
last modified time | relevance | path

Searched refs:buffer_append_long (Results 1 – 21 of 21) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_status.c326 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 Dlog.c295 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 Dbuffer.h67 int buffer_append_long(buffer *b, long val);
71 #define buffer_append_off_t(x, y) buffer_append_long(x, y)
H A Detag.c33 buffer_append_long(etag, st->st_mtime); in etag_create()
H A Dmod_accesslog.c733 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 Dmod_evhost.c203 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 Dstat_cache.c280 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 Dmod_usertrack.c245 buffer_append_long(ds->value, p->conf.cookie_max_age); in URIHANDLER_FUNC()
H A Dconfigparser.y64 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 Dbuffer.c319 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 Dmod_expire.c343buffer_append_long(p->expire_tstmp, expires - srv->cur_ts); /* as expires >= srv->cur_ts the diffe… in URIHANDLER_FUNC()
H A Dhttp-header-glue.c199 buffer_append_long(o, srv->srvconf.port); in http_response_redirect_to_directory()
H A Dmod_rrdtool.c425 buffer_append_long(p->cmd, s->requests); in TRIGGER_FUNC()
H A Dconnections.c513 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 Dconfigparser.c67 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 Dconfigfile-glue.c306 buffer_append_long(srv->cond_check_buf, sock_addr_get_port(&(srv_sock->addr))); in config_check_cond_nocache()
H A Dresponse.c43 buffer_append_long(b, con->http_status); in http_response_write_header()
H A Dmod_fastcgi.c394 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 Dmod_scgi.c1134 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 Dnetwork.c883 buffer_append_long(b, srv->srvconf.port);
H A Dmod_webdav.c522 buffer_append_long(b, status); in webdav_gen_response_status_tag()