Searched refs:whatstr (Results 1 – 6 of 6) sorted by relevance
/external/curl/docs/examples/ |
D | hiperfifo.c | 280 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()
|
D | evhiperfifo.c | 283 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()
|
D | asiohiper.cpp | 319 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()
|
D | ephiperfifo.c | 314 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()
|
D | ghiper.c | 248 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/ |
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()
|