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

  /external/chromium/third_party/libevent/
http-internal.h 121 void (*gencb)(struct evhttp_request *req, void *); member in struct:evhttp
http.c     [all...]
  /external/openssl/crypto/bn/
bn.h 351 #define BN_GENCB_set_old(gencb, callback, cb_arg) { \
352 BN_GENCB *tmp_gencb = (gencb); \
357 #define BN_GENCB_set(gencb, callback, cb_arg) { \
358 BN_GENCB *tmp_gencb = (gencb); \
    [all...]
  /external/openssl/include/openssl/
bn.h 351 #define BN_GENCB_set_old(gencb, callback, cb_arg) { \
352 BN_GENCB *tmp_gencb = (gencb); \
357 #define BN_GENCB_set(gencb, callback, cb_arg) { \
358 BN_GENCB *tmp_gencb = (gencb); \
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 337 #define BN_GENCB_set_old(gencb, callback, cb_arg) { \
338 BN_GENCB *tmp_gencb = (gencb); \
343 #define BN_GENCB_set(gencb, callback, cb_arg) { \
344 BN_GENCB *tmp_gencb = (gencb); \

Completed in 322 milliseconds