Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Dhiperfifo.c266 const char *whatstr[]={ "none", "IN", "OUT", "INOUT", "REMOVE" }; in sock_cb() local
269 "socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]); in sock_cb()
276 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]); in sock_cb()
282 whatstr[fdp->action], whatstr[what]); in sock_cb()
Dasiohiper.cpp283 const char *whatstr[] = { "none", "IN", "OUT", "INOUT", "REMOVE"}; in sock_cb() local
286 "\nsocket callback: s=%d e=%p what=%s ", s, e, whatstr[what]); in sock_cb()
297 fprintf(MSG_OUT, "\nAdding data: %s", whatstr[what]); in sock_cb()
304 whatstr[*actionp], whatstr[what]); in sock_cb()
Devhiperfifo.c284 const char *whatstr[]={ "none", "IN", "OUT", "INOUT", "REMOVE"}; in sock_cb() local
287 "socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]); in sock_cb()
294 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]); in sock_cb()
300 whatstr[fdp->action], whatstr[what]); in sock_cb()
Dghiper.c241 static const char *whatstr[]={ "none", "IN", "OUT", "INOUT", "REMOVE" }; in sock_cb() local
243 MSG_OUT("socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]); in sock_cb()
/external/python/cpython2/Python/
Dsysmodule.c308 PyObject *whatstr; in call_trampoline() local
314 whatstr = whatstrings[what]; in call_trampoline()
315 Py_INCREF(whatstr); in call_trampoline()
320 PyTuple_SET_ITEM(args, 1, whatstr); in call_trampoline()