Home | History | Annotate | Download | only in libevent

Lines Matching refs:uri

117 /** Set a callback for a specified URI */
121 /** Removes the callback for a specified URI */
214 char *uri; /* uri after HTTP request was parsed */
300 enum evhttp_cmd_type type, const char *uri);
315 Helper function to encode a URI.
319 @param uri an unencoded URI
320 @return a newly allocated URI-encoded string
322 char *evhttp_encode_uri(const char *uri);
326 Helper function to decode a URI.
330 @param uri an encoded URI
331 @return a newly allocated unencoded URI
333 char *evhttp_decode_uri(const char *uri);
339 * Parsing a uri like
348 * @param uri the request URI
351 void evhttp_parse_query(const char *uri, struct evkeyvalq *headers);