HomeSort by relevance Sort by last modified time
    Searched refs:cb_arg (Results 1 - 25 of 34) sorted by null

1 2

  /external/openssl/crypto/dh/
dh_depr.c 68 void (*callback)(int,int,void *), void *cb_arg)
76 BN_GENCB_set_old(&cb, callback, cb_arg);
dh.h 203 void (*callback)(int,int,void *),void *cb_arg);
  /external/openssl/crypto/bn/
bn_depr.c 70 void (*callback)(int,int,void *), void *cb_arg)
76 BN_GENCB_set_old(&cb, callback, cb_arg);
95 BN_CTX *ctx_passed, void *cb_arg)
98 BN_GENCB_set_old(&cb, callback, cb_arg);
104 BN_CTX *ctx_passed, void *cb_arg,
108 BN_GENCB_set_old(&cb, callback, cb_arg);
bn.h 369 #define BN_GENCB_set_old(gencb, callback, cb_arg) { \
372 tmp_gencb->arg = (cb_arg); \
375 #define BN_GENCB_set(gencb, callback, cb_arg) { \
378 tmp_gencb->arg = (cb_arg); \
547 void (*callback)(int,int,void *),void *cb_arg);
550 BN_CTX *ctx,void *cb_arg);
552 void (*callback)(int,int,void *),BN_CTX *ctx,void *cb_arg,
    [all...]
  /external/openssl/crypto/dsa/
dsa_depr.c 90 void *cb_arg)
97 BN_GENCB_set_old(&cb, callback, cb_arg);
dsa.h 238 (*callback)(int, int, void *),void *cb_arg);
263 #define DSA_is_prime(n, callback, cb_arg) \
264 BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg)
  /external/openssl/crypto/rsa/
rsa_depr.c 72 void (*callback)(int,int,void *), void *cb_arg)
90 BN_GENCB_set_old(&cb, callback, cb_arg);
  /external/chromium_org/build/android/pylib/symbols/
elf_symbolizer_unittest.py 91 cb_arg = (addr, exp_name, exp_source_path, exp_source_line, exp_inline)
92 symbolizer.SymbolizeAsync(addr, cb_arg)
109 cb_arg = (addr, exp_name, exp_source_path, exp_source_line, False)
110 symbolizer.SymbolizeAsync(addr, cb_arg)
117 cb_arg = (addr, exp_name, exp_source_path, exp_source_line, False)
118 symbolizer.SymbolizeAsync(addr, cb_arg)
134 cb_arg = (addr, exp_name, exp_source_path, exp_source_line, False)
135 symbolizer.SymbolizeAsync(addr, cb_arg)
147 def _SymbolizeCallback(self, sym_info, cb_arg):
149 self.assertTrue(isinstance(cb_arg, tuple)
    [all...]
  /external/chromium_org/third_party/libevent/
evrpc.c 103 void *cb_arg)
123 hook->process_arg = cb_arg;
209 void (*cb)(struct evrpc_req_generic *, void *), void *cb_arg)
215 rpc->cb_arg = cb_arg;
305 rpc->cb(rpc_state, rpc->cb_arg);
557 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg);
623 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg);
evrpc.h 103 void *cb_arg; member in struct:evrpc
200 ctx->cb_arg = cbarg; \
357 void *cb_arg; member in struct:evrpc_request_wrapper
461 * @param cb_arg an additional argument for the callback
468 void *cb_arg);
http-internal.h 86 void *cb_arg; member in struct:evhttp_connection
evhttp.h 230 void *cb_arg; member in struct:evhttp_request
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.cpp 54 info->event_cb[info->num_event_cb].cb_arg = arg;
80 info->event_cb[info->num_event_cb].cb_arg = arg;
105 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, cmd, i);
129 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, id, subcmd, i);
common.h 111 void *cb_arg; member in struct:__anon19352
wifi_hal.cpp 334 void *cb_arg = cbi->cb_arg; local
335 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg;
342 (*cb_func)(msg, cb_arg);
  /external/openssl/include/openssl/
dsa.h 238 (*callback)(int, int, void *),void *cb_arg);
263 #define DSA_is_prime(n, callback, cb_arg) \
264 BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg)
bn.h 369 #define BN_GENCB_set_old(gencb, callback, cb_arg) { \
372 tmp_gencb->arg = (cb_arg); \
375 #define BN_GENCB_set(gencb, callback, cb_arg) { \
378 tmp_gencb->arg = (cb_arg); \
547 void (*callback)(int,int,void *),void *cb_arg);
550 BN_CTX *ctx,void *cb_arg);
552 void (*callback)(int,int,void *),BN_CTX *ctx,void *cb_arg,
    [all...]
dh.h 203 void (*callback)(int,int,void *),void *cb_arg);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.cpp 67 info->event_cb[info->num_event_cb].cb_arg = arg;
86 info->event_cb[info->num_event_cb].cb_arg = arg;
98 info->event_cb[info->num_event_cb].cb_arg = arg;
common.h 61 void *cb_arg; member in struct:__anon21570
  /external/openssl/crypto/bio/
bio_cb.c 135 b=(BIO *)bio->cb_arg;
bio_lib.c 88 bio->cb_arg=NULL;
171 b->cb_arg = arg;
176 return b->cb_arg;
530 new_bio->cb_arg=bio->cb_arg;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profile-handler.cc 61 ProfileHandlerToken(ProfileHandlerCallback cb, void* cb_arg)
63 callback_arg(cb_arg) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profile-handler.cc 61 ProfileHandlerToken(ProfileHandlerCallback cb, void* cb_arg)
63 callback_arg(cb_arg) {
  /external/openssl/ssl/
ssltest.c 2250 struct app_verify_arg *cb_arg = arg; local
    [all...]

Completed in 496 milliseconds

1 2