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

  /external/chromium_org/third_party/openssl/openssl/apps/
s_apps.h 169 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg);
s_cb.c 342 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg) function
s_server.c     [all...]
s_client.c     [all...]
  /external/openssl/apps/
s_apps.h 169 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg);
s_cb.c 342 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg) function
s_server.c     [all...]
s_client.c     [all...]
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.h 223 * @msg_cb: Callback function for unsolicited messages or %NULL if not used
232 * msg_cb can be used to register a callback function that will be called for
237 * event messages. Alternatively to msg_cb, programs can register two control
244 void (*msg_cb)(char *msg, size_t len));
wpa_ctrl.c 391 void (*msg_cb)(char *msg, size_t len))
465 * request. Use msg_cb to report this to the
467 if (msg_cb) {
473 msg_cb(reply, res);
628 void (*msg_cb)(char *msg, size_t len))

Completed in 44 milliseconds