Home
last modified time | relevance | path

Searched refs:connectiontype (Results 1 – 5 of 5) sorted by relevance

/external/libmicrohttpd/doc/examples/
Dsimplepost.c26 int connectiontype; member
103 if (con_info->connectiontype == POST) in request_completed()
142 con_info->connectiontype = POST; in answer_to_connection()
145 con_info->connectiontype = GET; in answer_to_connection()
Dlargepost.c27 int connectiontype; member
128 if (con_info->connectiontype == POST) in request_completed()
178 con_info->connectiontype = POST; in answer_to_connection()
183 con_info->connectiontype = GET; in answer_to_connection()
/external/libmicrohttpd/doc/chapters/
Dprocessingpost.inc62 int connectiontype;
120 if (con_info->connectiontype == POST)
184 con_info->connectiontype = POST;
186 else con_info->connectiontype = GET;
Dlargerpost.inc121 else con_info->connectiontype = GET;
151 con_info->connectiontype = POST;
155 else con_info->connectiontype = GET;
294 if (con_info->connectiontype == POST)
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info885 int connectiontype;
938 if (con_info->connectiontype == POST)
995 con_info->connectiontype = POST;
997 else con_info->connectiontype = GET;
1142 else con_info->connectiontype = GET;
1170 con_info->connectiontype = POST;
1174 else con_info->connectiontype = GET;
1286 if (con_info->connectiontype == POST)
2730 int connectiontype;
2807 if (con_info->connectiontype == POST)
[all …]