HomeSort by relevance Sort by last modified time
    Searched refs:error_cb (Results 1 - 4 of 4) sorted by null

  /external/libevent/include/event2/
http_struct.h 137 void (*error_cb)(enum evhttp_request_error, void *); member in struct:evhttp_request
  /external/autotest/site_utils/lxc/container_pool/
pool.py 363 def __init__(self, factory, result_cb, error_cb):
376 self._error_cb = error_cb
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py 1200 def error_cb(error): function in function:BluetoothDeviceXmlRpcDelegate.advertising_async_method
    [all...]
  /external/libevent/
http.c 729 void (*error_cb)(enum evhttp_request_error, void *);
749 error_cb = req->error_cb;
781 if (error_cb != NULL)
782 error_cb(error, error_cb_arg);
    [all...]

Completed in 547 milliseconds