Home | History | Annotate | Download | only in microhttpd

Lines Matching defs:ap

2824   va_list ap;
2845 va_start (ap, option);
2846 connection->connection_timeout = va_arg (ap, unsigned int);
2847 va_end (ap);