Searched refs:whatstr (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dhiperfifo.c261 const char *whatstr[]={ "none", "IN", "OUT", "INOUT", "REMOVE" }; local
264 "socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]);
271 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]);
277 whatstr[fdp->action], whatstr[what]);
H A Dasiohiper.cpp269 const char *whatstr[]={ "none", "IN", "OUT", "INOUT", "REMOVE"}; local
272 "\nsocket callback: s=%d e=%p what=%s ", s, e, whatstr[what]);
283 fprintf(MSG_OUT, "\nAdding data: %s", whatstr[what]);
290 whatstr[*actionp], whatstr[what]);
H A Devhiperfifo.c268 const char *whatstr[]={ "none", "IN", "OUT", "INOUT", "REMOVE"}; local
271 "socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]);
280 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]);
286 whatstr[fdp->action], whatstr[what]);
H A Dghiper.c254 static const char *whatstr[]={ "none", "IN", "OUT", "INOUT", "REMOVE" }; local
256 MSG_OUT("socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]);

Completed in 145 milliseconds