Home
last modified time | relevance | path

Searched refs:post_url (Results 1 – 3 of 3) sorted by relevance

/external/libmicrohttpd/doc/examples/
Dsessions.c150 const char *post_url; member
619 if (NULL != request->post_url) in create_response()
620 url = request->post_url; in create_response()
/external/libmicrohttpd/src/examples/
Dpost_example.c128 const char *post_url; member
602 if (NULL != request->post_url) in create_response()
603 url = request->post_url; in create_response()
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info3303 const char *post_url;
3772 if (NULL != request->post_url)
3773 url = request->post_url;