Searched refs:spy (Results 1 - 2 of 2) sorted by relevance

/sssd-io/src/util/
H A Dsss_ptr_hash.c48 struct sss_ptr_hash_spy *spy; member in struct:sss_ptr_hash_value
59 sss_ptr_hash_spy_destructor(struct sss_ptr_hash_spy *spy) argument
61 spy->value->spy = NULL;
62 spy->value->ptr = NULL;
65 sss_ptr_hash_delete(spy->table, spy->key, false);
75 struct sss_ptr_hash_spy *spy; local
77 spy = talloc_zero(mem_ctx, struct sss_ptr_hash_spy);
78 if (spy
[all...]
/sssd-io/src/monitor/
H A Dmonitor.c434 /* svc is being freed, neutralize the spy */
450 struct svc_spy *spy = talloc_get_type(mem, struct svc_spy); local
451 if (!spy) {
457 spy->svc->conn_spy = NULL;
458 spy->svc->conn = NULL;
464 struct svc_spy *spy; local
466 spy = talloc(svc->conn, struct svc_spy);
467 if (!spy) return ENOMEM;
469 spy->svc = svc;
470 talloc_set_destructor((TALLOC_CTX *)spy, svc_spy_destructo
[all...]

Completed in 30 milliseconds