refs 117 lib/talloc/talloc.c struct talloc_reference_handle *refs;
refs 348 lib/talloc/talloc.c tc->refs = NULL;
refs 428 lib/talloc/talloc.c _TLIST_REMOVE(ptr_tc->refs, handle);
refs 485 lib/talloc/talloc.c _TLIST_ADD(tc->refs, handle);
refs 503 lib/talloc/talloc.c if (unlikely(tc->refs)) {
refs 512 lib/talloc/talloc.c is_child = talloc_is_parent(tc->refs, ptr);
refs 513 lib/talloc/talloc.c _talloc_free(tc->refs);
refs 558 lib/talloc/talloc.c if (unlikely(tc->child->refs)) {
refs 559 lib/talloc/talloc.c struct talloc_chunk *p = talloc_parent_chunk(tc->child->refs);
refs 671 lib/talloc/talloc.c for (h=tc->refs;h;h=h->next) {
refs 719 lib/talloc/talloc.c if (tc_p->refs == NULL) {
refs 723 lib/talloc/talloc.c new_p = talloc_parent_chunk(tc_p->refs);
refs 915 lib/talloc/talloc.c if (unlikely(tc->child->refs)) {
refs 916 lib/talloc/talloc.c struct talloc_chunk *p = talloc_parent_chunk(tc->child->refs);
refs 1007 lib/talloc/talloc.c if (unlikely(tc->refs)) {
refs 1154 lib/talloc/talloc.c for (h=tc->refs;h;h=h->next) {
refs 2375 source3/include/proto.h CLIENT_DFS_REFERRAL**refs,
refs 554 source3/lib/ldb/common/ldb.c if (res->refs) {
refs 555 source3/lib/ldb/common/ldb.c for (n = 0; res->refs[n]; n++) /*noop*/ ;
refs 560 source3/lib/ldb/common/ldb.c res->refs = talloc_realloc(res, res->refs, char *, n + 2);
refs 561 source3/lib/ldb/common/ldb.c if (! res->refs) {
refs 565 source3/lib/ldb/common/ldb.c res->refs[n] = talloc_move(res->refs, &ares->referral);
refs 566 source3/lib/ldb/common/ldb.c res->refs[n + 1] = NULL;
refs 679 source3/lib/ldb/include/ldb.h char **refs;
refs 69 source3/lib/ldb/tools/ldbsearch.c int refs;
refs 92 source3/lib/ldb/tools/ldbsearch.c sctx->refs_store = talloc_realloc(sctx, sctx->refs_store, char *, sctx->refs + 2);
refs 98 source3/lib/ldb/tools/ldbsearch.c sctx->refs_store[sctx->refs] = talloc_move(sctx->refs_store, &referral);
refs 99 source3/lib/ldb/tools/ldbsearch.c sctx->refs++;
refs 100 source3/lib/ldb/tools/ldbsearch.c sctx->refs_store[sctx->refs] = NULL;
refs 131 source3/lib/ldb/tools/ldbsearch.c sctx->refs++;
refs 208 source3/lib/ldb/tools/ldbsearch.c sctx->refs = 0;
refs 258 source3/lib/ldb/tools/ldbsearch.c for (i = 0; i < sctx->refs; i++) {
refs 264 source3/lib/ldb/tools/ldbsearch.c sctx->entries + sctx->refs, sctx->entries, sctx->refs);
refs 613 source3/libsmb/clidfs.c CLIENT_DFS_REFERRAL**refs,
refs 633 source3/libsmb/clidfs.c *refs = NULL;
refs 744 source3/libsmb/clidfs.c *refs = referrals;
refs 766 source3/libsmb/clidfs.c CLIENT_DFS_REFERRAL *refs = NULL;
refs 854 source3/libsmb/clidfs.c if (!cli_dfs_get_referral(ctx, cli_ipc, dfs_path, &refs,
refs 861 source3/libsmb/clidfs.c if (!refs[0].dfspath) {
refs 864 source3/libsmb/clidfs.c split_dfs_path(ctx, refs[0].dfspath, &server, &share, &extrapath );
refs 997 source3/libsmb/clidfs.c CLIENT_DFS_REFERRAL *refs = NULL;
refs 1041 source3/libsmb/clidfs.c res = cli_dfs_get_referral(ctx, cli, fullpath, &refs, &num_refs, &consumed);
refs 1053 source3/libsmb/clidfs.c if (!refs[0].dfspath) {
refs 1057 source3/libsmb/clidfs.c split_dfs_path(ctx, refs[0].dfspath, pp_newserver,
refs 657 source4/lib/ldb/common/ldb.c if (res->refs) {
refs 658 source4/lib/ldb/common/ldb.c for (n = 0; res->refs[n]; n++) /*noop*/ ;
refs 663 source4/lib/ldb/common/ldb.c res->refs = talloc_realloc(res, res->refs, char *, n + 2);
refs 664 source4/lib/ldb/common/ldb.c if (! res->refs) {
refs 668 source4/lib/ldb/common/ldb.c res->refs[n] = talloc_move(res->refs, &ares->referral);
refs 669 source4/lib/ldb/common/ldb.c res->refs[n + 1] = NULL;
refs 718 source4/lib/ldb/include/ldb.h char **refs;
refs 70 source4/lib/ldb/tools/ldbsearch.c int refs;
refs 132 source4/lib/ldb/tools/ldbsearch.c sctx->refs++;
refs 215 source4/lib/ldb/tools/ldbsearch.c sctx->refs = 0;
refs 254 source4/lib/ldb/tools/ldbsearch.c if (sctx->sort && (sctx->num_stored != 0 || sctx->refs != 0)) {
refs 271 source4/lib/ldb/tools/ldbsearch.c sctx->entries + sctx->refs, sctx->entries, sctx->refs);