| /src/external/ibm-public/postfix/dist/src/util/ |
| dict_open.c | 556 DICT_OPEN_EXTEND_FN old_cb; local 558 old_cb = dict_open_extend_hook; 560 return (old_cb); 593 DICT_MAPNAMES_EXTEND_FN old_cb; local 595 old_cb = dict_mapnames_extend_hook; 597 return (old_cb);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| msan_interceptors.cc | 1364 uptr old_cb = atomic_load(&sigactions[signo], memory_order_relaxed); local 1382 oldact->sigaction = (decltype(oldact->sigaction))old_cb;
|
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| s_cb.c | 1444 int (*old_cb)(const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, member in struct:__anon29 1482 rv = sdb->old_cb(s, ctx, op, bits, nid, other, ex); 1590 sdb.old_cb = SSL_CTX_get_security_callback(ctx);
|
| /src/crypto/external/bsd/openssl/dist/apps/lib/ |
| s_cb.c | 1372 int (*old_cb) (const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, member in struct:__anon1152 1410 rv = sdb->old_cb(s, ctx, op, bits, nid, other, ex); 1523 sdb.old_cb = SSL_CTX_get_security_callback(ctx);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| s_cb.c | 1328 int (*old_cb) (const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, member in struct:__anon1808 1365 rv = sdb->old_cb(s, ctx, op, bits, nid, other, ex); 1479 sdb.old_cb = SSL_CTX_get_security_callback(ctx);
|