Home
last modified time | relevance | path

Searched refs:buffer_append_uint_hex (Results 1 – 4 of 4) sorted by relevance

/lighttpd1.4/src/
H A Dhttp_chunk.c31 buffer_append_uint_hex(&b, len); in http_chunk_len_append()
48 buffer_append_uint_hex(&b, len); in http_chunk_len_append_tempfile()
H A Dbuffer.h122 #define buffer_append_uint_hex(b,len) buffer_append_uint_hex_lc((b),(len)) macro
H A Dmod_auth.c981 buffer_append_uint_hex(b, (uintmax_t)cur_ts); in mod_auth_append_nonce()
991 buffer_append_uint_hex(b, (uintmax_t)rnd); in mod_auth_append_nonce()
H A Dresponse.c860 buffer_append_uint_hex(b, (uintmax_t)qlen); in http_response_write_prepare()