Home
last modified time | relevance | path

Searched refs:refs_store (Results 1 – 6 of 6) sorted by relevance

/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/ldb/tools/
H A Dldbsearch.c66 char **refs_store; member
92 sctx->refs_store = talloc_realloc(sctx, sctx->refs_store, char *, sctx->refs + 2); in store_referral()
93 if (!sctx->refs_store) { in store_referral()
98 sctx->refs_store[sctx->refs] = talloc_move(sctx->refs_store, &referral); in store_referral()
100 sctx->refs_store[sctx->refs] = NULL; in store_referral()
259 display_referral(sctx->refs_store[i], sctx); in do_search()
/dports/net/samba412/samba-4.12.15/lib/ldb/tools/
H A Dldbsearch.c62 char **refs_store; member
88 sctx->refs_store = talloc_realloc(sctx, sctx->refs_store, char *, sctx->refs_stored + 2); in store_referral()
89 if (!sctx->refs_store) { in store_referral()
94 sctx->refs_store[sctx->refs_stored] = talloc_move(sctx->refs_store, &referral); in store_referral()
96 sctx->refs_store[sctx->refs_stored] = NULL; in store_referral()
279 display_referral(sctx->refs_store[i], sctx); in do_search()
/dports/databases/ldb15/ldb-1.5.6/tools/
H A Dldbsearch.c62 char **refs_store; member
88 sctx->refs_store = talloc_realloc(sctx, sctx->refs_store, char *, sctx->refs_stored + 2); in store_referral()
89 if (!sctx->refs_store) { in store_referral()
94 sctx->refs_store[sctx->refs_stored] = talloc_move(sctx->refs_store, &referral); in store_referral()
96 sctx->refs_store[sctx->refs_stored] = NULL; in store_referral()
279 display_referral(sctx->refs_store[i], sctx); in do_search()
/dports/databases/ldb20/ldb-2.0.10/tools/
H A Dldbsearch.c62 char **refs_store; member
88 sctx->refs_store = talloc_realloc(sctx, sctx->refs_store, char *, sctx->refs_stored + 2); in store_referral()
89 if (!sctx->refs_store) { in store_referral()
94 sctx->refs_store[sctx->refs_stored] = talloc_move(sctx->refs_store, &referral); in store_referral()
96 sctx->refs_store[sctx->refs_stored] = NULL; in store_referral()
279 display_referral(sctx->refs_store[i], sctx); in do_search()
/dports/databases/ldb21/ldb-2.1.5/tools/
H A Dldbsearch.c62 char **refs_store;
88 sctx->refs_store = talloc_realloc(sctx, sctx->refs_store, char *, sctx->refs_stored + 2);
89 if (!sctx->refs_store) {
94 sctx->refs_store[sctx->refs_stored] = talloc_move(sctx->refs_store, &referral);
96 sctx->refs_store[sctx->refs_stored] = NULL;
279 display_referral(sctx->refs_store[i], sctx);
/dports/databases/ldb22/ldb-2.2.1/tools/
H A Dldbsearch.c62 char **refs_store; member
88 sctx->refs_store = talloc_realloc(sctx, sctx->refs_store, char *, sctx->refs_stored + 2); in store_referral()
89 if (!sctx->refs_store) { in store_referral()
94 sctx->refs_store[sctx->refs_stored] = talloc_move(sctx->refs_store, &referral); in store_referral()
96 sctx->refs_store[sctx->refs_stored] = NULL; in store_referral()
279 display_referral(sctx->refs_store[i], sctx); in do_search()