Searched refs:whatstr (Results 1 – 5 of 5) sorted by relevance
/external/curl/docs/examples/ |
D | hiperfifo.c | 266 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()
|
D | asiohiper.cpp | 283 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()
|
D | evhiperfifo.c | 284 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()
|
D | ghiper.c | 241 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/ |
D | sysmodule.c | 308 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()
|