Searched refs:whatstr (Results 1 – 6 of 6) sorted by relevance
/external/curl/docs/examples/ |
D | hiperfifo.c | 277 const char *whatstr[]={ "none", "IN", "OUT", "INOUT", "REMOVE" }; in sock_cb() local 280 "socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]); in sock_cb() 287 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]); in sock_cb() 293 whatstr[fdp->action], 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 | 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 | 307 const char *whatstr[]={ "none", "IN", "OUT", "INOUT", "REMOVE" }; in sock_cb() local 310 "socket callback: s=%d e=%p what=%s ", s, e, whatstr[what]); in sock_cb() 317 fprintf(MSG_OUT, "Adding data: %s\n", whatstr[what]); in sock_cb() 323 whatstr[fdp->action], whatstr[what]); in sock_cb()
|
D | ghiper.c | 249 static const char *whatstr[]={ "none", "IN", "OUT", "INOUT", "REMOVE" }; in sock_cb() local 251 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()
|