Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dbuffer.c781 case ENCODING_REL_URI: in buffer_append_string_encoded()
809 case ENCODING_REL_URI: in buffer_append_string_encoded()
834 case ENCODING_REL_URI: in buffer_append_string_encoded()
H A Dbuffer.h89 ENCODING_REL_URI, /* for coding a rel-uri (/with space/and%percent) nicely as part of a href */ enumerator
H A Dmod_usertrack.c240 buffer_append_string_encoded(ds->value, CONST_BUF_LEN(p->conf.cookie_domain), ENCODING_REL_URI); in URIHANDLER_FUNC()
H A Dmod_webdav.c1367 buffer_append_string_encoded(b, CONST_BUF_LEN(con->uri.path), ENCODING_REL_URI); in URIHANDLER_FUNC()
1436 buffer_append_string_encoded(b, CONST_BUF_LEN(d.rel_path), ENCODING_REL_URI); in URIHANDLER_FUNC()