Searched refs:LI_ltostr (Results 1 – 9 of 9) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_usertrack.c | 226 LI_ltostr(hh, srv->cur_ts); in URIHANDLER_FUNC() 229 LI_ltostr(hh, rand()); in URIHANDLER_FUNC()
|
| H A D | buffer.h | 107 int LI_ltostr(char *buf, long val);
|
| H A D | buffer.c | 287 int LI_ltostr(char *buf, long val) { in LI_ltostr() function 326 b->used += LI_ltostr(b->ptr + (b->used - 1), val); in buffer_append_long()
|
| H A D | mod_cgi.c | 842 LI_ltostr(buf, in cgi_create_env() 912 LI_ltostr(buf, in cgi_create_env() 933 LI_ltostr(buf, con->request.content_length); in cgi_create_env()
|
| H A D | http_auth.c | 1191 LI_ltostr(hh, srv->cur_ts); in http_auth_digest_generate_nonce() 1194 LI_ltostr(hh, rand()); in http_auth_digest_generate_nonce()
|
| H A D | mod_ssi.c | 266 LI_ltostr(buf, in build_ssi_cgi_vars() 288 LI_ltostr(buf, con->request.content_length); in build_ssi_cgi_vars()
|
| H A D | mod_scgi.c | 1474 LI_ltostr(buf, con->request.content_length); in scgi_create_env() 1512 LI_ltostr(buf, in scgi_create_env() 1532 LI_ltostr(buf, in scgi_create_env()
|
| H A D | mod_dirlisting.c | 472 out += LI_ltostr(out, size); in http_list_directory_sizefmt()
|
| H A D | mod_fastcgi.c | 1885 LI_ltostr(buf, in fcgi_create_env() 1905 LI_ltostr(buf, in fcgi_create_env() 1926 LI_ltostr(buf, con->request.content_length); in fcgi_create_env()
|