Home
last modified time | relevance | path

Searched refs:li_itostrn (Results 1 – 14 of 14) sorted by relevance

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dhttp_range.c153 len += (uint32_t)li_itostrn(cr+len, sizeof(cr)-len, ranges[0]); in http_range_single()
155 len += (uint32_t)li_itostrn(cr+len, sizeof(cr)-len, ranges[1]); in http_range_single()
157 len += (uint32_t)li_itostrn(cr+len, sizeof(cr)-len, complete_length); in http_range_single()
273 len += (uint32_t)li_itostrn(cr+len, sizeof(cr)-len, content_length); in http_range_not_satisfiable()
H A Dlog.c150 ,{ lstr, li_itostrn(lstr, sizeof(lstr), line) } in __attribute_nonnull__()
H A Dhttp_cgi.c135 buf, li_itostrn(buf,sizeof(buf),r->reqbody_length)); in http_cgi_headers()
H A Dmod_dirlisting.c566 buflen = li_itostrn(buf, bufsz, size); in http_list_directory_sizefmt()
1117 ,{ sstr, li_itostrn(sstr, sizeof(sstr), st.st_size) } in http_read_directory()
1119 ,{ mstr, li_itostrn(mstr, sizeof(mstr), TIME64_CAST(st.st_mtime)) } in http_read_directory()
H A Dbuffer.h141 size_t li_itostrn(char *buf, size_t buf_len, intmax_t val);
H A Dmod_maxminddb.c369 vlen = li_itostrn(buf, sizeof(buf), data->int32); in geoip2_env_set()
H A Dmod_auth.c1004 iov[0].iov_len = li_itostrn(a1, sizeof(a1), cur_ts); in mod_auth_append_nonce()
1006 iov[1].iov_len = li_itostrn(a2, sizeof(a2), rnd); in mod_auth_append_nonce()
H A Dbuffer.c352 size_t li_itostrn(char *buf, size_t buf_len, intmax_t val) { in li_itostrn() function
H A Dmod_ajp13.c378 li_itostrn(buf, sizeof(buf), r->reqbody_length)); in ajp13_enc_request_headers()
H A Dmod_wolfssl.c3347 buf, li_itostrn(buf, sizeof(buf), usekeysize)); in http_cgi_ssl_env()
3349 buf, li_itostrn(buf, sizeof(buf), algkeysize)); in http_cgi_ssl_env()
H A Dmod_openssl.c3584 buf, li_itostrn(buf, sizeof(buf), usekeysize)); in http_cgi_ssl_env()
3586 buf, li_itostrn(buf, sizeof(buf), algkeysize)); in http_cgi_ssl_env()
H A Dmod_deflate.c354 li_itostrn(hctx->cache_fn+fnlen+1, LI_ITOSTRING_LENGTH, getpid()); in mod_deflate_cache_file_open()
H A Dmod_webdav.c1016 li_itostrn(tbuf+sizeof("Second-")-1, sizeof(tbuf)-(sizeof("Second-")-1), in webdav_xml_doc_lock_acquired()
4471 li_itostrn(pathproc+sizeof("/proc/self/fd/")-1, in mod_webdav_put_linkat_rename()
H A Dmod_mbedtls.c2563 buf, li_itostrn(buf, sizeof(buf), usekeysize)); in http_cgi_ssl_env()