Searched refs:connection_add_header (Results 1 – 1 of 1) sorted by relevance
/external/libmicrohttpd/src/microhttpd/ |
D | connection.c | 1176 connection_add_header (struct MHD_Connection *connection, function 1226 return connection_add_header (connection, 1242 return connection_add_header (connection, args, equals, kind); 1256 connection_add_header (connection, 1278 if (MHD_NO == connection_add_header (connection, args, equals, kind)) 1341 connection_add_header (connection, pos, "", MHD_COOKIE_KIND)) 1374 if (MHD_NO == connection_add_header (connection, 1859 if ((MHD_NO == connection_add_header (connection,
|