Searched refs:op_tmp (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/ |
| H A D | slapd-totp.c | 431 void *ctx, *op_tmp; in chk_totp() local 442 if (ldap_pvt_thread_pool_getkey(ctx, totp_op_cleanup, &op_tmp, NULL) || in chk_totp() 443 !op_tmp) in chk_totp() 445 op = op_tmp; in chk_totp()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/ |
| H A D | smbk5pwd.c | 256 void *ctx, *op_tmp; in k5key_chk() local 269 if ( ldap_pvt_thread_pool_getkey( ctx, smbk5pwd_op_cleanup, &op_tmp, NULL ) in k5key_chk() 270 || !op_tmp ) in k5key_chk() 272 op = op_tmp; in k5key_chk()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | pcache.c | 2313 Operation *op_tmp; in cache_entries() local 2322 op_tmp = &opbuf.ob_op; in cache_entries() 2323 op_tmp->o_bd = &cm->db; in cache_entries() 2324 op_tmp->o_dn = cm->db.be_rootdn; in cache_entries() 2325 op_tmp->o_ndn = cm->db.be_rootndn; in cache_entries() 2335 remove_query_and_data( op_tmp, cm, &crp_uuid ); in cache_entries() 2338 return_val = merge_entry(op_tmp, e, 0, query_uuid); in cache_entries()
|