Searched refs:consumer_handler (Results 1 – 7 of 7) sorted by relevance
/dports/net/pecl-oauth2/oauth-2.0.7/ |
H A D | provider.h | 96 php_oauth_provider_fcall *consumer_handler; member
|
H A D | provider.c | 308 tgt_cb = &sop->consumer_handler; in oauth_provider_register_cb() 338 cb = sop->consumer_handler; in oauth_provider_call_cb() 486 sop->consumer_handler = NULL; in SOP_METHOD() 1089 OAUTH_PROVIDER_FREE_FCALL_INFO(sop->consumer_handler); in oauth_provider_free_storage()
|
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/websockets/docs/ |
H A D | intro.rst | 124 async def consumer_handler(websocket, path): 158 consumer_handler(websocket, path))
|
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/websockets/docs/ |
H A D | intro.rst | 124 async def consumer_handler(websocket, path): 158 consumer_handler(websocket, path))
|
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/websockets/docs/ |
H A D | intro.rst | 124 async def consumer_handler(websocket, path): 158 consumer_handler(websocket, path))
|
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/ |
H A D | HttpTunnel.cc | 949 consumer_handler(VC_EVENT_WRITE_COMPLETE, c); in producer_run() 970 consumer_handler(VC_EVENT_ERROR, c); in producer_run() 1313 HttpTunnel::consumer_handler(int event, HttpTunnelConsumer *c) in consumer_handler() function in HttpTunnel 1536 consumer_handler(VC_EVENT_WRITE_COMPLETE, c); in finish_all_internal() 1635 sm_callback = consumer_handler(event, c); in main_handler()
|
H A D | HttpTunnel.h | 306 bool consumer_handler(int event, HttpTunnelConsumer *c);
|