Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Dhiperfifo.c280 const char *whatstr[]={ "none", "IN", "OUT", "INOUT", "REMOVE" }; in sock_cb() local
283 "socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]); in sock_cb()
290 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]); in sock_cb()
296 whatstr[fdp->action], whatstr[what]); in sock_cb()
Devhiperfifo.c283 const char *whatstr[]={ "none", "IN", "OUT", "INOUT", "REMOVE"}; in sock_cb() local
286 "socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]); in sock_cb()
293 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]); in sock_cb()
299 whatstr[fdp->action], whatstr[what]); in sock_cb()
Dasiohiper.cpp319 const char *whatstr[] = { "none", "IN", "OUT", "INOUT", "REMOVE"}; in sock_cb() local
322 "\nsocket callback: s=%d e=%p what=%s ", s, e, whatstr[what]); in sock_cb()
330 fprintf(MSG_OUT, "\nAdding data: %s", whatstr[what]); in sock_cb()
336 whatstr[*actionp], whatstr[what]); in sock_cb()
Dephiperfifo.c314 const char *whatstr[]={ "none", "IN", "OUT", "INOUT", "REMOVE" }; in sock_cb() local
317 "socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]); in sock_cb()
324 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]); in sock_cb()
330 whatstr[fdp->action], whatstr[what]); in sock_cb()
Dghiper.c248 static const char *whatstr[]={ "none", "IN", "OUT", "INOUT", "REMOVE" }; in sock_cb() local
250 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()