frame 551 examples/pcap2nbench/main.cpp size_t frame;
frame 656 examples/pcap2nbench/main.cpp size_t frame = 0;
frame 662 examples/pcap2nbench/main.cpp ++frame;
frame 665 examples/pcap2nbench/main.cpp packet.frame = frame;
frame 840 lib/socket_wrapper/socket_wrapper.c struct swrap_packet_frame *frame;
frame 845 lib/socket_wrapper/socket_wrapper.c size_t nonwire_len = sizeof(*frame);
frame 931 lib/socket_wrapper/socket_wrapper.c frame = (struct swrap_packet_frame *)buf;
frame 932 lib/socket_wrapper/socket_wrapper.c frame->seconds = tval->tv_sec;
frame 933 lib/socket_wrapper/socket_wrapper.c frame->micro_seconds = tval->tv_usec;
frame 934 lib/socket_wrapper/socket_wrapper.c frame->recorded_length = wire_len - icmp_truncate_len;
frame 935 lib/socket_wrapper/socket_wrapper.c frame->full_length = wire_len - icmp_truncate_len;
frame 45 lib/util/talloc_stack.c static int talloc_pop(TALLOC_CTX *frame)
frame 50 lib/util/talloc_stack.c if (frame == talloc_stack[i]) {
frame 1667 nsswitch/wbinfo.c TALLOC_CTX *frame = talloc_stackframe();
frame 2115 nsswitch/wbinfo.c talloc_destroy(frame);
frame 160 source3/auth/auth_netlogond.c TALLOC_CTX *frame = talloc_stackframe();
frame 287 source3/auth/auth_netlogond.c TALLOC_FREE(frame);
frame 294 source3/auth/auth_netlogond.c TALLOC_FREE(frame);
frame 657 source3/auth/auth_util.c TALLOC_CTX *frame = talloc_stackframe();
frame 664 source3/auth/auth_util.c TALLOC_FREE(frame);
frame 668 source3/auth/auth_util.c group_sidstr = talloc_strdup(frame, "");
frame 671 source3/auth/auth_util.c frame, "%s %s", group_sidstr,
frame 672 source3/auth/auth_util.c sid_string_talloc(frame, &token->user_sids[i]));
frame 676 source3/auth/auth_util.c frame, lp_log_nt_token_command(),
frame 677 source3/auth/auth_util.c "%s", sid_string_talloc(frame, &token->user_sids[0]));
frame 678 source3/auth/auth_util.c command = talloc_string_sub(frame, command, "%t", group_sidstr);
frame 681 source3/auth/auth_util.c TALLOC_FREE(frame);
frame 688 source3/auth/auth_util.c TALLOC_FREE(frame);
frame 692 source3/auth/auth_util.c TALLOC_FREE(frame);
frame 215 source3/auth/pampass.c TALLOC_CTX *frame = talloc_stackframe();
frame 221 source3/auth/pampass.c TALLOC_FREE(frame);
frame 229 source3/auth/pampass.c if (!next_token_talloc(frame, &p, &prompt, NULL)) {
frame 242 source3/auth/pampass.c if (!next_token_talloc(frame, &p, &reply, NULL)) {
frame 256 source3/auth/pampass.c TALLOC_FREE(frame);
frame 3645 source3/client/client.c TALLOC_CTX *frame = talloc_stackframe();
frame 3659 source3/client/client.c TALLOC_FREE(frame);
frame 3669 source3/client/client.c status = rpccli_srvsvc_NetShareEnumAll(pipe_hnd, frame,
frame 3679 source3/client/client.c TALLOC_FREE(frame);
frame 3689 source3/client/client.c TALLOC_FREE(frame);
frame 4464 source3/client/client.c TALLOC_CTX *frame = talloc_stackframe();
frame 4472 source3/client/client.c TALLOC_FREE(frame);
frame 4478 source3/client/client.c TALLOC_FREE(frame);
frame 4489 source3/client/client.c TALLOC_FREE(frame);
frame 4495 source3/client/client.c if (!next_token_talloc(frame, &cmd_ptr,&tok,NULL)) {
frame 4496 source3/client/client.c TALLOC_FREE(frame);
frame 4509 source3/client/client.c TALLOC_FREE(frame);
frame 4724 source3/client/client.c TALLOC_CTX *frame = talloc_stackframe();
frame 4731 source3/client/client.c term_code = talloc_strdup(frame,KANJI);
frame 4733 source3/client/client.c term_code = talloc_strdup(frame,"");
frame 4754 source3/client/client.c auth_info = user_auth_info_init(frame);
frame 4779 source3/client/client.c service = talloc_strdup(frame, poptGetArg(pc));
frame 4801 source3/client/client.c desthost = talloc_strdup(frame,poptGetOptArg(pc));
frame 4827 source3/client/client.c query_host = talloc_strdup(frame, poptGetOptArg(pc));
frame 4833 source3/client/client.c term_code = talloc_strdup(frame,poptGetOptArg(pc));
frame 4860 source3/client/client.c base_directory = talloc_strdup(frame, poptGetOptArg(pc));
frame 4887 source3/client/client.c service = talloc_strdup(frame,poptGetArg(pc));
frame 4915 source3/client/client.c calling_name = talloc_strdup(frame, global_myname() );
frame 4961 source3/client/client.c calling_name = talloc_strdup(frame, global_myname() );
frame 5020 source3/client/client.c TALLOC_FREE(frame);
frame 96 source3/client/smbspool.c TALLOC_CTX *frame = talloc_stackframe();
frame 312 source3/client/smbspool.c TALLOC_FREE(frame);
frame 617 source3/client/tree.c TALLOC_CTX *frame = talloc_stackframe();
frame 809 source3/client/tree.c TALLOC_FREE(frame);
frame 596 source3/groupdb/mapping_ldb.c TALLOC_CTX *frame;
frame 609 source3/groupdb/mapping_ldb.c frame = talloc_stackframe();
frame 610 source3/groupdb/mapping_ldb.c while (next_token_talloc(frame,&p, &string_sid, " ")) {
frame 622 source3/groupdb/mapping_ldb.c TALLOC_FREE(frame);
frame 626 source3/groupdb/mapping_ldb.c TALLOC_FREE(frame);
frame 389 source3/groupdb/mapping_tdb.c TALLOC_CTX *frame = talloc_stackframe();
frame 394 source3/groupdb/mapping_tdb.c dbuf = dbwrap_fetch_bystring(db, frame, key);
frame 396 source3/groupdb/mapping_tdb.c TALLOC_FREE(frame);
frame 402 source3/groupdb/mapping_tdb.c while (next_token_talloc(frame, &p, &string_sid, " ")) {
frame 415 source3/groupdb/mapping_tdb.c TALLOC_FREE(frame);
frame 548 source3/groupdb/mapping_tdb.c TALLOC_CTX *frame;
frame 556 source3/groupdb/mapping_tdb.c frame = talloc_stackframe();
frame 558 source3/groupdb/mapping_tdb.c while (next_token_talloc(frame, &p, &alias_string, " ")) {
frame 592 source3/groupdb/mapping_tdb.c TALLOC_FREE(frame);
frame 321 source3/lib/messages_local.c TALLOC_CTX *frame = talloc_stackframe();
frame 335 source3/lib/messages_local.c key = message_key_pid(frame, pid);
frame 338 source3/lib/messages_local.c TALLOC_FREE(frame);
frame 388 source3/lib/messages_local.c TALLOC_FREE(frame);
frame 1609 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c GtkWidget *frame;
frame 1613 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c frame = gtk_frame_new(NULL);
frame 1617 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c gtk_container_add(GTK_CONTAINER(frame), bbox2);
frame 1652 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 5);
frame 27 source3/lib/netapi/netapi.c TALLOC_CTX *frame = NULL;
frame 68 source3/lib/netapi/netapi.c frame = talloc_stackframe();
frame 70 source3/lib/netapi/netapi.c ctx = talloc_zero(frame, struct libnetapi_ctx);
frame 72 source3/lib/netapi/netapi.c TALLOC_FREE(frame);
frame 91 source3/lib/netapi/netapi.c TALLOC_FREE(frame);
frame 106 source3/lib/netapi/netapi.c ctx->krb5_cc_env = talloc_strdup(frame, "MEMORY:libnetapi");
frame 111 source3/lib/netapi/netapi.c ctx->username = talloc_strdup(frame, getenv("USER"));
frame 113 source3/lib/netapi/netapi.c ctx->username = talloc_strdup(frame, "");
frame 116 source3/lib/netapi/netapi.c TALLOC_FREE(frame);
frame 123 source3/lib/netapi/netapi.c TALLOC_FREE(frame);
frame 177 source3/lib/netapi/netapi.c TALLOC_FREE(frame);
frame 204 source3/lib/sharesec.c TALLOC_CTX *frame;
frame 214 source3/lib/sharesec.c frame = talloc_stackframe();
frame 216 source3/lib/sharesec.c status = marshall_sec_desc(frame, psd, &blob.dptr, &blob.dsize);
frame 224 source3/lib/sharesec.c if (!(key = talloc_asprintf(frame, "SECDESC/%s", share_name))) {
frame 241 source3/lib/sharesec.c TALLOC_FREE(frame);
frame 480 source3/lib/util.c TALLOC_CTX *frame;
frame 488 source3/lib/util.c frame = talloc_stackframe();
frame 489 source3/lib/util.c label = talloc_asprintf(frame, "Enter %s's password: ",
frame 495 source3/lib/util.c TALLOC_FREE(frame);
frame 1131 source3/lib/util_sock.c TALLOC_CTX *frame = talloc_stackframe();
frame 1136 source3/lib/util_sock.c ev = event_context_init(frame);
frame 1141 source3/lib/util_sock.c req = open_socket_out_send(frame, ev, pss, port, timeout);
frame 1151 source3/lib/util_sock.c TALLOC_FREE(frame);
frame 705 source3/lib/util_str.c TALLOC_CTX *frame;
frame 711 source3/lib/util_str.c frame = talloc_stackframe();
frame 712 source3/lib/util_str.c while (next_token_talloc(frame, &list, &tok,LIST_SEP)) {
frame 725 source3/lib/util_str.c TALLOC_FREE(frame);
frame 1793 source3/lib/util_str.c TALLOC_CTX *frame;
frame 1808 source3/lib/util_str.c frame = talloc_stackframe();
frame 1809 source3/lib/util_str.c for ( i=0; next_token_talloc(frame, &ipstr_list, &token_str,
frame 1835 source3/lib/util_str.c TALLOC_FREE(frame);
frame 77 source3/lib/util_unistr.c TALLOC_CTX *frame = NULL;
frame 84 source3/lib/util_unistr.c frame = talloc_stackframe();
frame 146 source3/lib/util_unistr.c TALLOC_FREE(frame);
frame 496 source3/libads/ldap.c TALLOC_CTX *frame = talloc_stackframe();
frame 522 source3/libads/ldap.c nt_status = ads_dns_query_gcs(frame, realm, sitename,
frame 563 source3/libads/ldap.c talloc_destroy(frame);
frame 2141 source3/libads/ldap.c TALLOC_CTX *frame = talloc_stackframe();
frame 2150 source3/libads/ldap.c TALLOC_FREE(frame);
frame 2158 source3/libads/ldap.c TALLOC_FREE(frame);
frame 254 source3/libsmb/cliconnect.c TALLOC_CTX *frame = talloc_stackframe();
frame 267 source3/libsmb/cliconnect.c ev = event_context_init(frame);
frame 273 source3/libsmb/cliconnect.c req = cli_session_setup_guest_send(frame, ev, cli);
frame 285 source3/libsmb/cliconnect.c TALLOC_FREE(frame);
frame 1401 source3/libsmb/cliconnect.c TALLOC_CTX *frame = talloc_stackframe();
frame 1414 source3/libsmb/cliconnect.c ev = event_context_init(frame);
frame 1420 source3/libsmb/cliconnect.c req = cli_tcon_andx_send(frame, ev, cli, share, dev, pass, passlen);
frame 1432 source3/libsmb/cliconnect.c TALLOC_FREE(frame);
frame 1663 source3/libsmb/cliconnect.c TALLOC_CTX *frame = talloc_stackframe();
frame 1676 source3/libsmb/cliconnect.c ev = event_context_init(frame);
frame 1681 source3/libsmb/cliconnect.c req = cli_negprot_send(frame, ev, cli);
frame 1692 source3/libsmb/cliconnect.c TALLOC_FREE(frame);
frame 1907 source3/libsmb/cliconnect.c TALLOC_CTX *frame = talloc_stackframe();
frame 1927 source3/libsmb/cliconnect.c NTSTATUS status =resolve_name_list(frame,
frame 1933 source3/libsmb/cliconnect.c TALLOC_FREE(frame);
frame 1938 source3/libsmb/cliconnect.c ss_arr = TALLOC_P(frame, struct sockaddr_storage);
frame 1940 source3/libsmb/cliconnect.c TALLOC_FREE(frame);
frame 1971 source3/libsmb/cliconnect.c TALLOC_FREE(frame);
frame 1981 source3/libsmb/cliconnect.c TALLOC_FREE(frame);
frame 819 source3/libsmb/clientgen.c TALLOC_CTX *frame = talloc_stackframe();
frame 832 source3/libsmb/clientgen.c ev = event_context_init(frame);
frame 837 source3/libsmb/clientgen.c req = cli_echo_send(frame, ev, cli, num_echos, data);
frame 849 source3/libsmb/clientgen.c TALLOC_FREE(frame);
frame 868 source3/libsmb/clifile.c TALLOC_CTX *frame = talloc_stackframe();
frame 881 source3/libsmb/clifile.c ev = event_context_init(frame);
frame 887 source3/libsmb/clifile.c req = cli_ntcreate_send(frame, ev, cli, fname, CreatFlags,
frame 902 source3/libsmb/clifile.c TALLOC_FREE(frame);
frame 1073 source3/libsmb/clifile.c TALLOC_CTX *frame = talloc_stackframe();
frame 1086 source3/libsmb/clifile.c ev = event_context_init(frame);
frame 1091 source3/libsmb/clifile.c req = cli_open_send(frame, ev, cli, fname, flags, share_mode);
frame 1102 source3/libsmb/clifile.c TALLOC_FREE(frame);
frame 1139 source3/libsmb/clifile.c TALLOC_CTX *frame = talloc_stackframe();
frame 1152 source3/libsmb/clifile.c ev = event_context_init(frame);
frame 1157 source3/libsmb/clifile.c req = cli_close_send(frame, ev, cli, fnum);
frame 1168 source3/libsmb/clifile.c TALLOC_FREE(frame);
frame 1775 source3/libsmb/clifile.c TALLOC_CTX *frame = talloc_stackframe();
frame 1777 source3/libsmb/clifile.c path2 = talloc_strdup(frame, path);
frame 1779 source3/libsmb/clifile.c TALLOC_FREE(frame);
frame 1784 source3/libsmb/clifile.c path2 = talloc_strdup(frame, "\\");
frame 1786 source3/libsmb/clifile.c TALLOC_FREE(frame);
frame 1805 source3/libsmb/clifile.c TALLOC_FREE(frame);
frame 1809 source3/libsmb/clifile.c TALLOC_FREE(frame);
frame 248 source3/libsmb/clilist.c TALLOC_CTX *frame = talloc_stackframe();
frame 256 source3/libsmb/clilist.c TALLOC_FREE(frame);
frame 321 source3/libsmb/clilist.c TALLOC_FREE(frame);
frame 396 source3/libsmb/clilist.c p2 += interpret_long_filename(frame,
frame 466 source3/libsmb/clilist.c p += interpret_long_filename(frame,
frame 487 source3/libsmb/clilist.c TALLOC_FREE(frame);
frame 550 source3/libsmb/clilist.c TALLOC_CTX *frame = NULL;
frame 654 source3/libsmb/clilist.c frame = talloc_stackframe();
frame 657 source3/libsmb/clilist.c if (!interpret_short_filename(frame, cli, p, &finfo)) {
frame 663 source3/libsmb/clilist.c TALLOC_FREE(frame);
frame 579 source3/libsmb/cliquota.c TALLOC_CTX *frame = talloc_stackframe();
frame 626 source3/libsmb/cliquota.c TALLOC_FREE(frame);
frame 162 source3/libsmb/clirap.c TALLOC_CTX *frame = talloc_stackframe();
frame 165 source3/libsmb/clirap.c TALLOC_FREE(frame);
frame 174 source3/libsmb/clirap.c TALLOC_FREE(frame);
frame 186 source3/libsmb/clirap.c pull_string_talloc(frame,rdata,0,
frame 188 source3/libsmb/clirap.c pull_string_talloc(frame,rdata,0,
frame 191 source3/libsmb/clirap.c TALLOC_FREE(frame);
frame 197 source3/libsmb/clirap.c TALLOC_FREE(frame);
frame 343 source3/libsmb/clirap.c TALLOC_CTX *frame = talloc_stackframe();
frame 346 source3/libsmb/clirap.c TALLOC_FREE(frame);
frame 355 source3/libsmb/clirap.c TALLOC_FREE(frame);
frame 369 source3/libsmb/clirap.c pull_string_talloc(frame,rdata,0,
frame 371 source3/libsmb/clirap.c pull_string_talloc(frame,rdata,0,
frame 375 source3/libsmb/clirap.c TALLOC_FREE(frame);
frame 380 source3/libsmb/clirap.c TALLOC_FREE(frame);
frame 1054 source3/libsmb/clirap.c TALLOC_CTX *frame = talloc_stackframe();
frame 1056 source3/libsmb/clirap.c path = talloc_strdup(frame, name);
frame 1058 source3/libsmb/clirap.c TALLOC_FREE(frame);
frame 1069 source3/libsmb/clirap.c param = TALLOC_ARRAY(frame,char,6+nlen+2);
frame 1089 source3/libsmb/clirap.c TALLOC_FREE(frame);
frame 1093 source3/libsmb/clirap.c TALLOC_FREE(frame);
frame 404 source3/libsmb/clirap2.c TALLOC_CTX *frame = talloc_stackframe();
frame 421 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 434 source3/libsmb/clirap2.c TALLOC_FREE(frame);
frame 960 source3/libsmb/clirap2.c TALLOC_CTX *frame = talloc_stackframe();
frame 981 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 987 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 994 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 1009 source3/libsmb/clirap2.c TALLOC_FREE(frame);
frame 1174 source3/libsmb/clirap2.c TALLOC_CTX *frame = talloc_stackframe();
frame 1188 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 1194 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 1205 source3/libsmb/clirap2.c TALLOC_FREE(frame);
frame 1285 source3/libsmb/clirap2.c TALLOC_CTX *frame = talloc_stackframe();
frame 1301 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 1307 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 1318 source3/libsmb/clirap2.c TALLOC_FREE(frame);
frame 1520 source3/libsmb/clirap2.c TALLOC_CTX *frame = talloc_stackframe();
frame 1522 source3/libsmb/clirap2.c p += rap_getstring(frame,
frame 1529 source3/libsmb/clirap2.c TALLOC_FREE(frame);
frame 1593 source3/libsmb/clirap2.c TALLOC_CTX *frame = talloc_stackframe();
frame 1602 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 1612 source3/libsmb/clirap2.c TALLOC_FREE(frame);
frame 1942 source3/libsmb/clirap2.c TALLOC_CTX *frame = talloc_stackframe();
frame 1967 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 1973 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 1979 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 1985 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 1991 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2033 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2041 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2049 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2063 source3/libsmb/clirap2.c TALLOC_FREE(frame);
frame 2120 source3/libsmb/clirap2.c TALLOC_CTX *frame = talloc_stackframe();
frame 2143 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2149 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2155 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2161 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2167 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2209 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2217 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2225 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2238 source3/libsmb/clirap2.c TALLOC_FREE(frame);
frame 2376 source3/libsmb/clirap2.c TALLOC_CTX *frame = talloc_stackframe();
frame 2390 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2396 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2408 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2420 source3/libsmb/clirap2.c TALLOC_FREE(frame);
frame 2482 source3/libsmb/clirap2.c TALLOC_CTX *frame = talloc_stackframe();
frame 2494 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2500 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2512 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2523 source3/libsmb/clirap2.c TALLOC_FREE(frame);
frame 2628 source3/libsmb/clirap2.c TALLOC_CTX *frame = talloc_stackframe();
frame 2647 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2653 source3/libsmb/clirap2.c p += rap_getstringp(frame,
frame 2665 source3/libsmb/clirap2.c TALLOC_FREE(frame);
frame 609 source3/libsmb/clireadwrite.c TALLOC_CTX *frame = talloc_stackframe();
frame 621 source3/libsmb/clireadwrite.c ev = event_context_init(frame);
frame 626 source3/libsmb/clireadwrite.c req = cli_pull_send(frame, ev, cli, fnum, start_offset, size,
frame 638 source3/libsmb/clireadwrite.c TALLOC_FREE(frame);
frame 1253 source3/libsmb/clireadwrite.c TALLOC_CTX *frame = talloc_stackframe();
frame 1265 source3/libsmb/clireadwrite.c ev = event_context_init(frame);
frame 1270 source3/libsmb/clireadwrite.c req = cli_push_send(frame, ev, cli, fnum, mode, start_offset,
frame 1282 source3/libsmb/clireadwrite.c TALLOC_FREE(frame);
frame 79 source3/libsmb/clisecdesc.c TALLOC_CTX *frame = talloc_stackframe();
frame 127 source3/libsmb/clisecdesc.c TALLOC_FREE(frame);
frame 723 source3/libsmb/clitrans.c TALLOC_CTX *frame;
frame 736 source3/libsmb/clitrans.c frame = talloc_stackframe();
frame 949 source3/libsmb/clitrans.c TALLOC_FREE(frame);
frame 1353 source3/libsmb/clitrans.c TALLOC_CTX *frame = talloc_stackframe();
frame 1366 source3/libsmb/clitrans.c ev = event_context_init(frame);
frame 1371 source3/libsmb/clitrans.c req = cli_trans_send(frame, ev, cli, trans_cmd,
frame 1387 source3/libsmb/clitrans.c TALLOC_FREE(frame);
frame 458 source3/libsmb/libsmb_context.c TALLOC_CTX *frame = talloc_stackframe();
frame 531 source3/libsmb/libsmb_context.c TALLOC_FREE(frame);
frame 368 source3/libsmb/libsmb_dir.c TALLOC_CTX *frame = talloc_stackframe();
frame 373 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 381 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 385 source3/libsmb/libsmb_dir.c if (SMBC_parse_path(frame,
frame 397 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 409 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 414 source3/libsmb/libsmb_dir.c user = talloc_strdup(frame, smbc_getUser(context));
frame 417 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 426 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 455 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 465 source3/libsmb/libsmb_dir.c u_info.username = talloc_strdup(frame,user);
frame 466 source3/libsmb/libsmb_dir.c u_info.password = talloc_strdup(frame,password);
frame 472 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 499 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 507 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 533 source3/libsmb/libsmb_dir.c workgroup = talloc_strdup(frame, wg_ptr);
frame 534 source3/libsmb/libsmb_dir.c server = talloc_strdup(frame, cli->desthost);
frame 540 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 554 source3/libsmb/libsmb_dir.c srv = SMBC_server(frame, context, True, server, "IPC$",
frame 589 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 608 source3/libsmb/libsmb_dir.c srv = SMBC_server(frame, context, False,
frame 648 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 657 source3/libsmb/libsmb_dir.c srv = SMBC_server(frame, context, True,
frame 667 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 683 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 693 source3/libsmb/libsmb_dir.c srv = SMBC_server(frame, context, True,
frame 704 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 728 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 739 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 755 source3/libsmb/libsmb_dir.c srv = SMBC_server(frame, context, True, server, share,
frame 763 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 778 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 782 source3/libsmb/libsmb_dir.c if (!cli_resolve_path(frame, "", context->internal->auth_info,
frame 790 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 848 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 856 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 869 source3/libsmb/libsmb_dir.c TALLOC_CTX *frame = talloc_stackframe();
frame 873 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 879 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 893 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 944 source3/libsmb/libsmb_dir.c TALLOC_CTX *frame = talloc_stackframe();
frame 952 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 961 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 970 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 976 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 984 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 996 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1015 source3/libsmb/libsmb_dir.c TALLOC_CTX *frame = talloc_stackframe();
frame 1022 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1030 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1038 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1055 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1073 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1080 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1101 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1128 source3/libsmb/libsmb_dir.c TALLOC_CTX *frame = talloc_stackframe();
frame 1132 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1138 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1144 source3/libsmb/libsmb_dir.c if (SMBC_parse_path(frame,
frame 1155 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1160 source3/libsmb/libsmb_dir.c user = talloc_strdup(frame, smbc_getUser(context));
frame 1163 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1168 source3/libsmb/libsmb_dir.c srv = SMBC_server(frame, context, True,
frame 1173 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1179 source3/libsmb/libsmb_dir.c if (!cli_resolve_path(frame, "", context->internal->auth_info,
frame 1184 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1192 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1197 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1236 source3/libsmb/libsmb_dir.c TALLOC_CTX *frame = talloc_stackframe();
frame 1240 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1246 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1252 source3/libsmb/libsmb_dir.c if (SMBC_parse_path(frame,
frame 1263 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1268 source3/libsmb/libsmb_dir.c user = talloc_strdup(frame, smbc_getUser(context));
frame 1271 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1276 source3/libsmb/libsmb_dir.c srv = SMBC_server(frame, context, True,
frame 1281 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1287 source3/libsmb/libsmb_dir.c if (!cli_resolve_path(frame, "", context->internal->auth_info,
frame 1292 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1308 source3/libsmb/libsmb_dir.c lpath = talloc_asprintf(frame, "%s\\*",
frame 1312 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1336 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1341 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1354 source3/libsmb/libsmb_dir.c TALLOC_CTX *frame = talloc_stackframe();
frame 1359 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1367 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1375 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1383 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1390 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1437 source3/libsmb/libsmb_dir.c TALLOC_CTX *frame = talloc_stackframe();
frame 1442 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1450 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1460 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1467 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1476 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1482 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1521 source3/libsmb/libsmb_dir.c TALLOC_CTX *frame = talloc_stackframe();
frame 1526 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1532 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1538 source3/libsmb/libsmb_dir.c if (SMBC_parse_path(frame,
frame 1549 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1554 source3/libsmb/libsmb_dir.c user = talloc_strdup(frame, smbc_getUser(context));
frame 1557 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1562 source3/libsmb/libsmb_dir.c srv = SMBC_server(frame, context, True,
frame 1566 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1571 source3/libsmb/libsmb_dir.c if (!cli_resolve_path(frame, "", context->internal->auth_info,
frame 1576 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1589 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1593 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1611 source3/libsmb/libsmb_dir.c TALLOC_CTX *frame = talloc_stackframe();
frame 1616 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1622 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1654 source3/libsmb/libsmb_dir.c if (SMBC_parse_path(frame,
frame 1665 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1670 source3/libsmb/libsmb_dir.c user = talloc_strdup(frame, smbc_getUser(context));
frame 1673 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1678 source3/libsmb/libsmb_dir.c srv = SMBC_server(frame, context, True,
frame 1682 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1688 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1692 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1713 source3/libsmb/libsmb_dir.c TALLOC_CTX *frame = talloc_stackframe();
frame 1718 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1725 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1730 source3/libsmb/libsmb_dir.c if (SMBC_parse_path(frame,
frame 1741 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1746 source3/libsmb/libsmb_dir.c user = talloc_strdup(frame, smbc_getUser(context));
frame 1749 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1754 source3/libsmb/libsmb_dir.c srv = SMBC_server(frame, context, True,
frame 1758 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1764 source3/libsmb/libsmb_dir.c if (!cli_resolve_path(frame, "", context->internal->auth_info,
frame 1769 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1798 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1812 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1817 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1848 source3/libsmb/libsmb_dir.c TALLOC_CTX *frame = talloc_stackframe();
frame 1855 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1861 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1867 source3/libsmb/libsmb_dir.c if (SMBC_parse_path(frame,
frame 1878 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1883 source3/libsmb/libsmb_dir.c user1 = talloc_strdup(frame, smbc_getUser(ocontext));
frame 1886 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1891 source3/libsmb/libsmb_dir.c if (SMBC_parse_path(frame,
frame 1902 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1907 source3/libsmb/libsmb_dir.c user2 = talloc_strdup(frame, smbc_getUser(ncontext));
frame 1910 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1919 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1923 source3/libsmb/libsmb_dir.c srv = SMBC_server(frame, ocontext, True,
frame 1926 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1938 source3/libsmb/libsmb_dir.c if (!cli_resolve_path(frame, "", ocontext->internal->auth_info,
frame 1944 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1956 source3/libsmb/libsmb_dir.c if (!cli_resolve_path(frame, "", ncontext->internal->auth_info,
frame 1962 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1972 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1984 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 1990 source3/libsmb/libsmb_dir.c TALLOC_FREE(frame);
frame 51 source3/libsmb/libsmb_file.c TALLOC_CTX *frame = talloc_stackframe();
frame 56 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 64 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 69 source3/libsmb/libsmb_file.c if (SMBC_parse_path(frame,
frame 80 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 85 source3/libsmb/libsmb_file.c user = talloc_strdup(frame, smbc_getUser(context));
frame 88 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 93 source3/libsmb/libsmb_file.c srv = SMBC_server(frame, context, True,
frame 98 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 111 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 118 source3/libsmb/libsmb_file.c if (!cli_resolve_path(frame, "", context->internal->auth_info,
frame 124 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 136 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 177 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 182 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 195 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 201 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 242 source3/libsmb/libsmb_file.c TALLOC_CTX *frame = talloc_stackframe();
frame 258 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 267 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 278 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 284 source3/libsmb/libsmb_file.c if (SMBC_parse_path(frame,
frame 295 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 300 source3/libsmb/libsmb_file.c if (!cli_resolve_path(frame, "", context->internal->auth_info,
frame 305 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 315 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 324 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 345 source3/libsmb/libsmb_file.c TALLOC_CTX *frame = talloc_stackframe();
frame 352 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 359 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 367 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 375 source3/libsmb/libsmb_file.c if (SMBC_parse_path(frame,
frame 386 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 391 source3/libsmb/libsmb_file.c if (!cli_resolve_path(frame, "", context->internal->auth_info,
frame 396 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 406 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 413 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 430 source3/libsmb/libsmb_file.c TALLOC_CTX *frame = talloc_stackframe();
frame 435 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 441 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 447 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 452 source3/libsmb/libsmb_file.c if (SMBC_parse_path(frame,
frame 463 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 468 source3/libsmb/libsmb_file.c if (!cli_resolve_path(frame, "", context->internal->auth_info,
frame 473 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 490 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 498 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 523 source3/libsmb/libsmb_file.c TALLOC_CTX *frame = talloc_stackframe();
frame 528 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 534 source3/libsmb/libsmb_file.c fixedpath = talloc_strdup(frame, "\\");
frame 537 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 541 source3/libsmb/libsmb_file.c fixedpath = talloc_strdup(frame, path);
frame 544 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 552 source3/libsmb/libsmb_file.c if (!cli_resolve_path(frame, "", context->internal->auth_info,
frame 557 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 568 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 575 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 602 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 607 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 632 source3/libsmb/libsmb_file.c TALLOC_CTX *frame = talloc_stackframe();
frame 665 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 690 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 695 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 714 source3/libsmb/libsmb_file.c TALLOC_CTX *frame = talloc_stackframe();
frame 719 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 726 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 734 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 750 source3/libsmb/libsmb_file.c if (SMBC_parse_path(frame,
frame 761 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 766 source3/libsmb/libsmb_file.c if (!cli_resolve_path(frame, "", context->internal->auth_info,
frame 771 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 784 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 798 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 821 source3/libsmb/libsmb_file.c TALLOC_CTX *frame = talloc_stackframe();
frame 826 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 832 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 838 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 843 source3/libsmb/libsmb_file.c if (SMBC_parse_path(frame,
frame 854 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 859 source3/libsmb/libsmb_file.c if (!cli_resolve_path(frame, "", context->internal->auth_info,
frame 864 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 871 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 875 source3/libsmb/libsmb_file.c TALLOC_FREE(frame);
frame 129 source3/libsmb/libsmb_path.c TALLOC_CTX *frame = talloc_stackframe();
frame 131 source3/libsmb/libsmb_path.c int ret = urldecode_talloc(frame, &pdest, src);
frame 136 source3/libsmb/libsmb_path.c TALLOC_FREE(frame);
frame 43 source3/libsmb/libsmb_printjob.c TALLOC_CTX *frame = talloc_stackframe();
frame 48 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 54 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 60 source3/libsmb/libsmb_printjob.c if (SMBC_parse_path(frame,
frame 71 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 77 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 100 source3/libsmb/libsmb_printjob.c TALLOC_CTX *frame = talloc_stackframe();
frame 106 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 114 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 124 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 136 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 166 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 171 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 192 source3/libsmb/libsmb_printjob.c TALLOC_CTX *frame = talloc_stackframe();
frame 197 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 203 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 209 source3/libsmb/libsmb_printjob.c if (SMBC_parse_path(frame,
frame 220 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 225 source3/libsmb/libsmb_printjob.c user = talloc_strdup(frame, smbc_getUser(context));
frame 228 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 233 source3/libsmb/libsmb_printjob.c srv = SMBC_server(frame, context, True,
frame 237 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 244 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 248 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 270 source3/libsmb/libsmb_printjob.c TALLOC_CTX *frame = talloc_stackframe();
frame 275 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 281 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 287 source3/libsmb/libsmb_printjob.c if (SMBC_parse_path(frame,
frame 298 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 303 source3/libsmb/libsmb_printjob.c user = talloc_strdup(frame, smbc_getUser(context));
frame 306 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 311 source3/libsmb/libsmb_printjob.c srv = SMBC_server(frame, context, True,
frame 316 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 327 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 332 source3/libsmb/libsmb_printjob.c TALLOC_FREE(frame);
frame 62 source3/libsmb/libsmb_stat.c TALLOC_CTX *frame = talloc_stackframe();
frame 100 source3/libsmb/libsmb_stat.c TALLOC_FREE(frame);
frame 127 source3/libsmb/libsmb_stat.c TALLOC_CTX *frame = talloc_stackframe();
frame 132 source3/libsmb/libsmb_stat.c TALLOC_FREE(frame);
frame 138 source3/libsmb/libsmb_stat.c TALLOC_FREE(frame);
frame 144 source3/libsmb/libsmb_stat.c if (SMBC_parse_path(frame,
frame 155 source3/libsmb/libsmb_stat.c TALLOC_FREE(frame);
frame 160 source3/libsmb/libsmb_stat.c user = talloc_strdup(frame, smbc_getUser(context));
frame 163 source3/libsmb/libsmb_stat.c TALLOC_FREE(frame);
frame 168 source3/libsmb/libsmb_stat.c srv = SMBC_server(frame, context, True,
frame 172 source3/libsmb/libsmb_stat.c TALLOC_FREE(frame);
frame 183 source3/libsmb/libsmb_stat.c TALLOC_FREE(frame);
frame 196 source3/libsmb/libsmb_stat.c TALLOC_FREE(frame);
frame 223 source3/libsmb/libsmb_stat.c TALLOC_CTX *frame = talloc_stackframe();
frame 228 source3/libsmb/libsmb_stat.c TALLOC_FREE(frame);
frame 234 source3/libsmb/libsmb_stat.c TALLOC_FREE(frame);
frame 239 source3/libsmb/libsmb_stat.c TALLOC_FREE(frame);
frame 244 source3/libsmb/libsmb_stat.c if (SMBC_parse_path(frame,
frame 255 source3/libsmb/libsmb_stat.c TALLOC_FREE(frame);
frame 260 source3/libsmb/libsmb_stat.c if (!cli_resolve_path(frame, "", context->internal->auth_info,
frame 265 source3/libsmb/libsmb_stat.c TALLOC_FREE(frame);
frame 283 source3/libsmb/libsmb_stat.c TALLOC_FREE(frame);
frame 301 source3/libsmb/libsmb_stat.c TALLOC_FREE(frame);
frame 276 source3/libsmb/libsmb_xattr.c TALLOC_CTX *frame = talloc_stackframe();
frame 300 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 315 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 320 source3/libsmb/libsmb_xattr.c if (!next_token_talloc(frame, &cp, &tok, "/")) {
frame 321 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 330 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 336 source3/libsmb/libsmb_xattr.c if (!(next_token_talloc(frame, &cp, &tok, "/") &&
frame 338 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 342 source3/libsmb/libsmb_xattr.c if (!next_token_talloc(frame, &cp, &tok, "/")) {
frame 343 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 349 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 375 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 382 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 389 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 607 source3/libsmb/libsmb_xattr.c TALLOC_CTX *frame = NULL;
frame 640 source3/libsmb/libsmb_xattr.c frame = talloc_stackframe();
frame 641 source3/libsmb/libsmb_xattr.c while (next_token_talloc(frame, &p, &tok, "\t,\r\n")) {
frame 693 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 1723 source3/libsmb/libsmb_xattr.c TALLOC_CTX *frame = talloc_stackframe();
frame 1728 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 1734 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 1741 source3/libsmb/libsmb_xattr.c if (SMBC_parse_path(frame,
frame 1752 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 1757 source3/libsmb/libsmb_xattr.c user = talloc_strdup(frame, smbc_getUser(context));
frame 1760 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 1765 source3/libsmb/libsmb_xattr.c srv = SMBC_server(frame, context, True,
frame 1768 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 1773 source3/libsmb/libsmb_xattr.c ipc_srv = SMBC_attr_server(frame, context, server, share,
frame 1794 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 1837 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 1871 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 1897 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 1924 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 1986 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 1992 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 2018 source3/libsmb/libsmb_xattr.c TALLOC_CTX *frame = talloc_stackframe();
frame 2023 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 2029 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 2035 source3/libsmb/libsmb_xattr.c if (SMBC_parse_path(frame,
frame 2046 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 2051 source3/libsmb/libsmb_xattr.c user = talloc_strdup(frame, smbc_getUser(context));
frame 2054 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 2059 source3/libsmb/libsmb_xattr.c srv = SMBC_server(frame, context, True,
frame 2062 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 2067 source3/libsmb/libsmb_xattr.c ipc_srv = SMBC_attr_server(frame, context, server, share,
frame 2129 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 2135 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 2154 source3/libsmb/libsmb_xattr.c TALLOC_CTX *frame = talloc_stackframe();
frame 2159 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 2165 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 2171 source3/libsmb/libsmb_xattr.c if (SMBC_parse_path(frame,
frame 2182 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 2187 source3/libsmb/libsmb_xattr.c user = talloc_strdup(frame, smbc_getUser(context));
frame 2190 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 2195 source3/libsmb/libsmb_xattr.c srv = SMBC_server(frame, context, True,
frame 2198 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 2203 source3/libsmb/libsmb_xattr.c ipc_srv = SMBC_attr_server(frame, context, server, share,
frame 2213 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 2225 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 2246 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 2252 source3/libsmb/libsmb_xattr.c TALLOC_FREE(frame);
frame 1500 source3/libsmb/namequery.c TALLOC_CTX *frame = NULL;
frame 1557 source3/libsmb/namequery.c frame = talloc_stackframe();
frame 1558 source3/libsmb/namequery.c while (next_token_talloc(frame, &ptr, &tok, LIST_SEP)) {
frame 1615 source3/libsmb/namequery.c TALLOC_FREE(frame);
frame 1666 source3/libsmb/namequery.c TALLOC_FREE(frame);
frame 155 source3/modules/onefs_streams.c TALLOC_CTX *frame = NULL;
frame 168 source3/modules/onefs_streams.c frame = talloc_stackframe();
frame 213 source3/modules/onefs_streams.c TALLOC_FREE(frame);
frame 428 source3/modules/vfs_streams_depot.c TALLOC_CTX *frame;
frame 439 source3/modules/vfs_streams_depot.c frame = talloc_stackframe();
frame 468 source3/modules/vfs_streams_depot.c TALLOC_FREE(frame);
frame 523 source3/modules/vfs_streams_depot.c TALLOC_CTX *frame = NULL;
frame 545 source3/modules/vfs_streams_depot.c frame = talloc_stackframe();
frame 593 source3/modules/vfs_streams_depot.c TALLOC_FREE(frame);
frame 283 source3/modules/vfs_streams_xattr.c TALLOC_CTX *frame;
frame 298 source3/modules/vfs_streams_xattr.c frame = talloc_stackframe();
frame 309 source3/modules/vfs_streams_xattr.c talloc_free(frame);
frame 435 source3/modules/vfs_streams_xattr.c TALLOC_FREE(frame);
frame 447 source3/modules/vfs_streams_xattr.c TALLOC_FREE(frame);
frame 500 source3/modules/vfs_streams_xattr.c TALLOC_CTX *frame = NULL;
frame 522 source3/modules/vfs_streams_xattr.c frame = talloc_stackframe();
frame 523 source3/modules/vfs_streams_xattr.c if (!frame) {
frame 601 source3/modules/vfs_streams_xattr.c TALLOC_FREE(frame);
frame 475 source3/nmbd/nmbd.c TALLOC_CTX *frame = talloc_stackframe();
frame 491 source3/nmbd/nmbd.c TALLOC_FREE(frame);
frame 669 source3/nmbd/nmbd.c TALLOC_FREE(frame);
frame 773 source3/nmbd/nmbd.c TALLOC_CTX *frame = talloc_stackframe(); /* Setup tos. */
frame 993 source3/nmbd/nmbd.c TALLOC_FREE(frame);
frame 464 source3/nmbd/nmbd_sendannounce.c TALLOC_CTX *frame = NULL;
frame 477 source3/nmbd/nmbd_sendannounce.c frame = talloc_stackframe();
frame 478 source3/nmbd/nmbd_sendannounce.c for (ptr=s; next_token_talloc(frame,&ptr,&s2,NULL); ) {
frame 515 source3/nmbd/nmbd_sendannounce.c TALLOC_FREE(frame);
frame 534 source3/nmbd/nmbd_sendannounce.c TALLOC_CTX *frame = NULL;
frame 574 source3/nmbd/nmbd_sendannounce.c frame = talloc_stackframe();
frame 575 source3/nmbd/nmbd_sendannounce.c for (ptr=s; next_token_talloc(frame,&ptr,&s2,NULL); ) {
frame 585 source3/nmbd/nmbd_sendannounce.c TALLOC_FREE(frame);
frame 275 source3/nmbd/nmbd_synclists.c TALLOC_CTX *frame = NULL;
frame 282 source3/nmbd/nmbd_synclists.c frame = talloc_stackframe();
frame 283 source3/nmbd/nmbd_synclists.c if (!next_token_talloc(frame,&ptr,&server,NULL) ||
frame 284 source3/nmbd/nmbd_synclists.c !next_token_talloc(frame,&ptr,&type_str,NULL) ||
frame 285 source3/nmbd/nmbd_synclists.c !next_token_talloc(frame,&ptr,&comment,NULL)) {
frame 286 source3/nmbd/nmbd_synclists.c TALLOC_FREE(frame);
frame 295 source3/nmbd/nmbd_synclists.c TALLOC_FREE(frame);
frame 620 source3/nmbd/nmbd_winsserver.c TALLOC_CTX *frame = NULL;
frame 651 source3/nmbd/nmbd_winsserver.c frame = talloc_stackframe();
frame 652 source3/nmbd/nmbd_winsserver.c if (!next_token_talloc(frame,&ptr,&name_str,NULL)) {
frame 654 source3/nmbd/nmbd_winsserver.c TALLOC_FREE(frame);
frame 658 source3/nmbd/nmbd_winsserver.c if (!next_token_talloc(frame,&ptr,&ttl_str,NULL)) {
frame 660 source3/nmbd/nmbd_winsserver.c TALLOC_FREE(frame);
frame 669 source3/nmbd/nmbd_winsserver.c got_token = next_token_talloc(frame,&ptr,&ip_str,NULL);
frame 680 source3/nmbd/nmbd_winsserver.c TALLOC_FREE(frame);
frame 686 source3/nmbd/nmbd_winsserver.c TALLOC_FREE(frame);
frame 694 source3/nmbd/nmbd_winsserver.c TALLOC_FREE(frame);
frame 700 source3/nmbd/nmbd_winsserver.c next_token_talloc(frame,&ptr,&name_str,NULL);
frame 701 source3/nmbd/nmbd_winsserver.c next_token_talloc(frame,&ptr,&ttl_str,NULL);
frame 703 source3/nmbd/nmbd_winsserver.c next_token_talloc(frame,&ptr, &ip_str, NULL);
frame 706 source3/nmbd/nmbd_winsserver.c next_token_talloc(frame,&ptr,&nb_flags_str,NULL);
frame 716 source3/nmbd/nmbd_winsserver.c TALLOC_FREE(frame);
frame 753 source3/nmbd/nmbd_winsserver.c TALLOC_FREE(frame);
frame 40 source3/param/test_lp_load.c TALLOC_CTX *frame = talloc_stackframe();
frame 85 source3/param/test_lp_load.c TALLOC_FREE(frame);
frame 189 source3/passdb/pdb_tdb.c TALLOC_CTX *frame = talloc_stackframe();
frame 196 source3/passdb/pdb_tdb.c tmp_fname = talloc_asprintf(frame, "%s.tmp", dbname);
frame 198 source3/passdb/pdb_tdb.c TALLOC_FREE(frame);
frame 212 source3/passdb/pdb_tdb.c TALLOC_FREE(frame);
frame 220 source3/passdb/pdb_tdb.c TALLOC_FREE(frame);
frame 228 source3/passdb/pdb_tdb.c TALLOC_FREE(frame);
frame 269 source3/passdb/pdb_tdb.c TALLOC_FREE(frame);
frame 300 source3/passdb/pdb_tdb.c TALLOC_FREE(frame);
frame 264 source3/printing/lpq_parse.c TALLOC_CTX *frame = talloc_stackframe();
frame 267 source3/printing/lpq_parse.c while((num_tok < LPRNG_MAXTOK) && next_token_talloc(frame, &cptr,
frame 274 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 279 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 326 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 348 source3/printing/lpq_parse.c TALLOC_CTX *frame = talloc_stackframe();
frame 356 source3/printing/lpq_parse.c next_token_talloc(frame,&cline,&tok[count],NULL); count++) {
frame 365 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 371 source3/printing/lpq_parse.c tok[2] = talloc_strdup(frame,"STDIN");
frame 373 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 394 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 400 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 407 source3/printing/lpq_parse.c tok[4] = talloc_strdup(frame,"STDIN");
frame 409 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 430 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 461 source3/printing/lpq_parse.c TALLOC_CTX *frame = talloc_stackframe();
frame 473 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 483 source3/printing/lpq_parse.c next_token_talloc(frame, &cline, &tok[count],NULL);
frame 489 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 495 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 501 source3/printing/lpq_parse.c tok[0] = talloc_strdup(frame, "STDIN");
frame 503 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 522 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 539 source3/printing/lpq_parse.c next_token_talloc(frame, &cline, &tok[count],NULL);
frame 546 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 553 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 577 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 598 source3/printing/lpq_parse.c TALLOC_CTX *frame = NULL;
frame 625 source3/printing/lpq_parse.c frame = talloc_stackframe();
frame 627 source3/printing/lpq_parse.c next_token_talloc(frame, &cline, &tok[count],NULL);
frame 634 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 640 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 644 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 666 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 686 source3/printing/lpq_parse.c TALLOC_CTX *frame = NULL;
frame 701 source3/printing/lpq_parse.c frame = talloc_stackframe();
frame 703 source3/printing/lpq_parse.c next_token_talloc(frame,&cline,&tok[count],NULL);
frame 710 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 716 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 735 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 758 source3/printing/lpq_parse.c TALLOC_CTX *frame = talloc_stackframe();
frame 766 source3/printing/lpq_parse.c next_token_talloc(frame,&cline,&tok[count],NULL);
frame 773 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 779 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 785 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 791 source3/printing/lpq_parse.c tok[6] = talloc_strdup(frame, "STDIN");
frame 793 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 823 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 1010 source3/printing/lpq_parse.c TALLOC_CTX *frame = talloc_stackframe();
frame 1016 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 1022 source3/printing/lpq_parse.c while(next_token_talloc(frame, &cline, &tok, NULL)) {
frame 1046 source3/printing/lpq_parse.c TALLOC_FREE(frame);
frame 59 source3/printing/print_cups.c static http_t *cups_connect(TALLOC_CTX *frame)
frame 68 source3/printing/print_cups.c if (!push_utf8_talloc(frame, &server, lp_cups_server(), &size)) {
frame 72 source3/printing/print_cups.c server = talloc_strdup(frame,cupsServer());
frame 147 source3/printing/print_cups.c TALLOC_CTX *frame = talloc_stackframe();
frame 176 source3/printing/print_cups.c if ((http = cups_connect(frame)) == NULL) {
frame 238 source3/printing/print_cups.c if (!pull_utf8_talloc(frame,
frame 248 source3/printing/print_cups.c if (!pull_utf8_talloc(frame,
frame 330 source3/printing/print_cups.c if (!pull_utf8_talloc(frame,
frame 340 source3/printing/print_cups.c if (!pull_utf8_talloc(frame,
frame 383 source3/printing/print_cups.c TALLOC_FREE(frame);
frame 448 source3/printing/print_cups.c TALLOC_CTX *frame = talloc_stackframe();
frame 489 source3/printing/print_cups.c name = TALLOC_ARRAY(frame, char, namelen);
frame 509 source3/printing/print_cups.c info = TALLOC_ARRAY(frame, char, infolen);
frame 535 source3/printing/print_cups.c TALLOC_FREE(frame);
frame 609 source3/printing/print_cups.c TALLOC_CTX *frame = talloc_stackframe();
frame 631 source3/printing/print_cups.c if ((http = cups_connect(frame)) == NULL) {
frame 662 source3/printing/print_cups.c if (!push_utf8_talloc(frame, &user, pjob->user, &size)) {
frame 695 source3/printing/print_cups.c TALLOC_FREE(frame);
frame 706 source3/printing/print_cups.c TALLOC_CTX *frame = talloc_stackframe();
frame 728 source3/printing/print_cups.c if ((http = cups_connect(frame)) == NULL) {
frame 759 source3/printing/print_cups.c if (!push_utf8_talloc(frame, &user, pjob->user, &size)) {
frame 791 source3/printing/print_cups.c TALLOC_FREE(frame);
frame 802 source3/printing/print_cups.c TALLOC_CTX *frame = talloc_stackframe();
frame 824 source3/printing/print_cups.c if ((http = cups_connect(frame)) == NULL) {
frame 855 source3/printing/print_cups.c if (!push_utf8_talloc(frame, &user, pjob->user, &size)) {
frame 887 source3/printing/print_cups.c TALLOC_FREE(frame);
frame 898 source3/printing/print_cups.c TALLOC_CTX *frame = talloc_stackframe();
frame 929 source3/printing/print_cups.c if ((http = cups_connect(frame)) == NULL) {
frame 957 source3/printing/print_cups.c if (!push_utf8_talloc(frame, &printername, PRINTERNAME(snum), &size)) {
frame 966 source3/printing/print_cups.c if (!push_utf8_talloc(frame, &user, pjob->user, &size)) {
frame 981 source3/printing/print_cups.c if (!push_utf8_talloc(frame, &jobname, pjob->jobname, &size)) {
frame 984 source3/printing/print_cups.c new_jobname = talloc_asprintf(frame,
frame 999 source3/printing/print_cups.c if (!push_utf8_talloc(frame, &cupsoptions, lp_cups_options(snum), &size)) {
frame 1015 source3/printing/print_cups.c if (!push_utf8_talloc(frame, &filename, pjob->filename, &size)) {
frame 1044 source3/printing/print_cups.c TALLOC_FREE(frame);
frame 1059 source3/printing/print_cups.c TALLOC_CTX *frame = talloc_stackframe();
frame 1103 source3/printing/print_cups.c if (!push_utf8_talloc(frame, &printername, lpq_command, &size)) {
frame 1118 source3/printing/print_cups.c if ((http = cups_connect(frame)) == NULL) {
frame 1252 source3/printing/print_cups.c if (!pull_utf8_talloc(frame,
frame 1262 source3/printing/print_cups.c if (!pull_utf8_talloc(frame,
frame 1365 source3/printing/print_cups.c if (!pull_utf8_talloc(frame, &msg,
frame 1391 source3/printing/print_cups.c TALLOC_FREE(frame);
frame 1402 source3/printing/print_cups.c TALLOC_CTX *frame = talloc_stackframe();
frame 1425 source3/printing/print_cups.c if ((http = cups_connect(frame)) == NULL) {
frame 1452 source3/printing/print_cups.c if (!push_utf8_talloc(frame, &printername, PRINTERNAME(snum), &size)) {
frame 1460 source3/printing/print_cups.c if (!push_utf8_talloc(frame, &username, current_user_info.unix_name, &size)) {
frame 1492 source3/printing/print_cups.c TALLOC_FREE(frame);
frame 1503 source3/printing/print_cups.c TALLOC_CTX *frame = talloc_stackframe();
frame 1526 source3/printing/print_cups.c if ((http = cups_connect(frame)) == NULL) {
frame 1553 source3/printing/print_cups.c if (!push_utf8_talloc(frame, &printername, PRINTERNAME(snum), &size)) {
frame 1561 source3/printing/print_cups.c if (!push_utf8_talloc(frame, &username, current_user_info.unix_name, &size)) {
frame 1593 source3/printing/print_cups.c TALLOC_FREE(frame);
frame 1615 source3/printing/print_cups.c TALLOC_CTX *frame = talloc_stackframe();
frame 1646 source3/printing/print_cups.c if ((http = cups_connect(frame)) == NULL) {
frame 1664 source3/printing/print_cups.c if (!push_utf8_talloc(frame, &server, lp_cups_server(), &size)) {
frame 1668 source3/printing/print_cups.c server = talloc_strdup(frame,cupsServer());
frame 1673 source3/printing/print_cups.c if (!push_utf8_talloc(frame, &sharename, printer->sharename, &size)) {
frame 1715 source3/printing/print_cups.c if (!pull_utf8_talloc(frame,
frame 1729 source3/printing/print_cups.c if (!pull_utf8_talloc(frame,
frame 1748 source3/printing/print_cups.c if (!pull_utf8_talloc(frame,
frame 1788 source3/printing/print_cups.c TALLOC_FREE(frame);
frame 100 source3/registry/reg_backend_db.c TALLOC_CTX *frame = talloc_stackframe();
frame 111 source3/registry/reg_backend_db.c path = talloc_strdup(frame, add_path);
frame 112 source3/registry/reg_backend_db.c base = talloc_strdup(frame, "");
frame 119 source3/registry/reg_backend_db.c while (next_token_talloc(frame, &p, &keyname, "\\")) {
frame 124 source3/registry/reg_backend_db.c base = talloc_asprintf(frame, "%s\\", base);
frame 138 source3/registry/reg_backend_db.c subkeyname = talloc_strdup(frame, "");
frame 144 source3/registry/reg_backend_db.c remaining = talloc_strdup(frame, p);
frame 151 source3/registry/reg_backend_db.c if (!next_token_talloc(frame, &p2,
frame 154 source3/registry/reg_backend_db.c subkeyname = talloc_strdup(frame,p2);
frame 170 source3/registry/reg_backend_db.c werr = regsubkey_ctr_init(frame, &subkeys);
frame 192 source3/registry/reg_backend_db.c TALLOC_FREE(frame);
frame 241 source3/registry/reg_backend_db.c TALLOC_CTX *frame = talloc_stackframe();
frame 257 source3/registry/reg_backend_db.c values = TALLOC_ZERO_P(frame, REGVAL_CTR);
frame 310 source3/registry/reg_backend_db.c values = TALLOC_ZERO_P(frame, REGVAL_CTR);
frame 372 source3/registry/reg_backend_db.c TALLOC_FREE(frame);
frame 1352 source3/registry/reg_backend_db.c TALLOC_CTX *frame = talloc_stackframe();
frame 1366 source3/registry/reg_backend_db.c value = regdb_fetch_key_internal(frame, key);
frame 1393 source3/registry/reg_backend_db.c TALLOC_FREE(frame);
frame 2307 source3/rpc_client/cli_pipe.c TALLOC_CTX *frame = talloc_stackframe();
frame 2312 source3/rpc_client/cli_pipe.c ev = event_context_init(frame);
frame 2317 source3/rpc_client/cli_pipe.c req = rpc_api_pipe_req_send(frame, ev, cli, op_num, in_data);
frame 2343 source3/rpc_client/cli_pipe.c TALLOC_FREE(frame);
frame 2942 source3/rpc_client/cli_pipe.c TALLOC_CTX *frame = talloc_stackframe();
frame 2947 source3/rpc_client/cli_pipe.c ev = event_context_init(frame);
frame 2952 source3/rpc_client/cli_pipe.c req = rpc_pipe_bind_send(frame, ev, cli, auth);
frame 2963 source3/rpc_client/cli_pipe.c TALLOC_FREE(frame);
frame 373 source3/rpc_client/rpc_transport_np.c TALLOC_CTX *frame = talloc_stackframe();
frame 378 source3/rpc_client/rpc_transport_np.c ev = event_context_init(frame);
frame 384 source3/rpc_client/rpc_transport_np.c req = rpc_transport_np_init_send(frame, ev, cli, abstract_syntax);
frame 396 source3/rpc_client/rpc_transport_np.c TALLOC_FREE(frame);
frame 405 source3/rpc_client/rpc_transport_smbd.c TALLOC_CTX *frame = talloc_stackframe();
frame 410 source3/rpc_client/rpc_transport_smbd.c ev = event_context_init(frame);
frame 416 source3/rpc_client/rpc_transport_smbd.c req = rpc_cli_smbd_conn_init_send(frame, ev, stdout_callback, priv);
frame 428 source3/rpc_client/rpc_transport_smbd.c TALLOC_FREE(frame);
frame 676 source3/rpc_client/rpc_transport_smbd.c TALLOC_CTX *frame = talloc_stackframe();
frame 681 source3/rpc_client/rpc_transport_smbd.c ev = event_context_init(frame);
frame 687 source3/rpc_client/rpc_transport_smbd.c req = rpc_transport_smbd_init_send(frame, ev, conn, abstract_syntax);
frame 699 source3/rpc_client/rpc_transport_smbd.c TALLOC_FREE(frame);
frame 2268 source3/rpc_server/srv_pipe.c TALLOC_CTX *frame = talloc_stackframe();
frame 2270 source3/rpc_server/srv_pipe.c TALLOC_FREE(frame);
frame 769 source3/rpcclient/rpcclient.c TALLOC_CTX *frame = talloc_stackframe();
frame 796 source3/rpcclient/rpcclient.c rpcclient_auth_info = user_auth_info_init(frame);
frame 968 source3/rpcclient/rpcclient.c TALLOC_FREE(frame);
frame 326 source3/smbd/chgpasswd.c TALLOC_CTX *frame = talloc_stackframe();
frame 331 source3/smbd/chgpasswd.c issue = talloc_strdup(frame, ".");
frame 333 source3/smbd/chgpasswd.c TALLOC_FREE(frame);
frame 337 source3/smbd/chgpasswd.c while (next_token_talloc(frame, &seq, &expected, NULL)) {
frame 343 source3/smbd/chgpasswd.c TALLOC_FREE(frame);
frame 347 source3/smbd/chgpasswd.c if (!next_token_talloc(frame, &seq, &issue, NULL)) {
frame 348 source3/smbd/chgpasswd.c issue = talloc_strdup(frame, ".");
frame 350 source3/smbd/chgpasswd.c TALLOC_FREE(frame);
frame 359 source3/smbd/chgpasswd.c expected = talloc_strdup(frame, ".");
frame 361 source3/smbd/chgpasswd.c TALLOC_FREE(frame);
frame 365 source3/smbd/chgpasswd.c TALLOC_FREE(frame);
frame 369 source3/smbd/chgpasswd.c TALLOC_FREE(frame);
frame 179 source3/smbd/close.c TALLOC_CTX *frame = talloc_stackframe();
frame 187 source3/smbd/close.c TALLOC_FREE(frame);
frame 201 source3/smbd/close.c TALLOC_FREE(frame);
frame 235 source3/smbd/close.c TALLOC_FREE(frame);
frame 1177 source3/smbd/lanman.c TALLOC_CTX *frame = NULL;
frame 1196 source3/smbd/lanman.c frame = talloc_stackframe();
frame 1198 source3/smbd/lanman.c if (!next_token_talloc(frame,&ptr,&p, NULL)) {
frame 1199 source3/smbd/lanman.c TALLOC_FREE(frame);
frame 1205 source3/smbd/lanman.c if (!next_token_talloc(frame,&ptr, &p, NULL)) {
frame 1206 source3/smbd/lanman.c TALLOC_FREE(frame);
frame 1212 source3/smbd/lanman.c if (!next_token_talloc(frame,&ptr, &p, NULL)) {
frame 1213 source3/smbd/lanman.c TALLOC_FREE(frame);
frame 1220 source3/smbd/lanman.c if (!next_token_talloc(frame,&ptr,&p, NULL)) {
frame 1226 source3/smbd/lanman.c TALLOC_FREE(frame);
frame 42 source3/smbd/message.c TALLOC_CTX *frame = talloc_stackframe();
frame 129 source3/smbd/message.c TALLOC_FREE(frame);
frame 2759 source3/smbd/open.c TALLOC_CTX *frame = talloc_stackframe();
frame 2768 source3/smbd/open.c TALLOC_FREE(frame);
frame 2782 source3/smbd/open.c TALLOC_FREE(frame);
frame 2854 source3/smbd/open.c TALLOC_FREE(frame);
frame 2019 source3/smbd/process.c TALLOC_CTX *frame = talloc_stackframe();
frame 2169 source3/smbd/process.c TALLOC_FREE(frame);
frame 2174 source3/smbd/process.c frame = talloc_stackframe_pool(8192);
frame 2186 source3/smbd/process.c TALLOC_FREE(frame);
frame 679 source3/smbd/server.c TALLOC_CTX *frame = talloc_stackframe();
frame 686 source3/smbd/server.c TALLOC_FREE(frame);
frame 948 source3/smbd/server.c TALLOC_CTX *frame = talloc_stackframe(); /* Setup tos. */
frame 1213 source3/smbd/server.c TALLOC_FREE(frame);
frame 1245 source3/smbd/server.c TALLOC_FREE(frame);
frame 479 source3/smbd/service.c TALLOC_CTX *frame = talloc_stackframe();
frame 555 source3/smbd/service.c TALLOC_FREE(frame);
frame 465 source3/torture/masktest.c TALLOC_CTX *frame = talloc_stackframe();
frame 566 source3/torture/masktest.c TALLOC_FREE(frame);
frame 6131 source3/torture/torture.c TALLOC_CTX *frame = talloc_stackframe();
frame 6284 source3/torture/torture.c TALLOC_FREE(frame);
frame 520 source3/torture/vfstest.c TALLOC_CTX *frame = talloc_stackframe();
frame 583 source3/torture/vfstest.c while((cmd=next_command(frame, &p)) != NULL) {
frame 609 source3/torture/vfstest.c TALLOC_FREE(frame);
frame 220 source3/utils/eventlogadm.c TALLOC_CTX *frame = talloc_stackframe();
frame 288 source3/utils/eventlogadm.c TALLOC_FREE(frame);
frame 626 source3/utils/net.c TALLOC_CTX *frame = talloc_stackframe();
frame 627 source3/utils/net.c struct net_context *c = talloc_zero(frame, struct net_context);
frame 785 source3/utils/net.c TALLOC_FREE(frame);
frame 4128 source3/utils/net_rpc.c TALLOC_CTX *frame = NULL;
frame 4154 source3/utils/net_rpc.c frame = talloc_stackframe();
frame 4178 source3/utils/net_rpc.c TALLOC_FREE(frame);
frame 239 source3/utils/nmblookup.c TALLOC_CTX *frame = talloc_stackframe();
frame 367 source3/utils/nmblookup.c TALLOC_FREE(frame);
frame 2315 source3/utils/ntlm_auth.c TALLOC_CTX *frame = talloc_stackframe();
frame 2502 source3/utils/ntlm_auth.c TALLOC_FREE(frame);
frame 988 source3/utils/pdbedit.c TALLOC_CTX *frame = talloc_stackframe();
frame 1288 source3/utils/pdbedit.c TALLOC_FREE(frame);
frame 194 source3/utils/profiles.c TALLOC_CTX *frame = talloc_stackframe();
frame 261 source3/utils/profiles.c orig_filename = talloc_strdup(frame, poptPeekArg(pc));
frame 265 source3/utils/profiles.c new_filename = talloc_asprintf(frame,
frame 303 source3/utils/profiles.c TALLOC_FREE(frame);
frame 164 source3/utils/sharesec.c TALLOC_CTX *frame = talloc_stackframe();
frame 167 source3/utils/sharesec.c TALLOC_FREE(frame);
frame 176 source3/utils/sharesec.c TALLOC_FREE(frame);
frame 194 source3/utils/sharesec.c TALLOC_FREE(frame);
frame 199 source3/utils/sharesec.c if (!next_token_talloc(frame, &cp, &tok, "/")) {
frame 203 source3/utils/sharesec.c TALLOC_FREE(frame);
frame 215 source3/utils/sharesec.c TALLOC_FREE(frame);
frame 222 source3/utils/sharesec.c if (!(next_token_talloc(frame, &cp, &tok, "/") &&
frame 227 source3/utils/sharesec.c TALLOC_FREE(frame);
frame 231 source3/utils/sharesec.c if (!next_token_talloc(frame, &cp, &tok, "/")) {
frame 235 source3/utils/sharesec.c TALLOC_FREE(frame);
frame 243 source3/utils/sharesec.c TALLOC_FREE(frame);
frame 272 source3/utils/sharesec.c TALLOC_FREE(frame);
frame 280 source3/utils/sharesec.c TALLOC_FREE(frame);
frame 289 source3/utils/sharesec.c TALLOC_FREE(frame);
frame 74 source3/utils/smbcacls.c TALLOC_CTX *frame = talloc_stackframe();
frame 111 source3/utils/smbcacls.c TALLOC_FREE(frame);
frame 124 source3/utils/smbcacls.c TALLOC_CTX *frame = talloc_stackframe();
frame 159 source3/utils/smbcacls.c TALLOC_FREE(frame);
frame 374 source3/utils/smbcacls.c TALLOC_CTX *frame = talloc_stackframe();
frame 377 source3/utils/smbcacls.c TALLOC_FREE(frame);
frame 386 source3/utils/smbcacls.c TALLOC_FREE(frame);
frame 404 source3/utils/smbcacls.c TALLOC_FREE(frame);
frame 409 source3/utils/smbcacls.c if (!next_token_talloc(frame, &cp, &tok, "/")) {
frame 413 source3/utils/smbcacls.c TALLOC_FREE(frame);
frame 425 source3/utils/smbcacls.c TALLOC_FREE(frame);
frame 431 source3/utils/smbcacls.c if (!next_token_talloc(frame, &cp, &tok, "/")) {
frame 435 source3/utils/smbcacls.c TALLOC_FREE(frame);
frame 444 source3/utils/smbcacls.c TALLOC_FREE(frame);
frame 452 source3/utils/smbcacls.c TALLOC_FREE(frame);
frame 460 source3/utils/smbcacls.c TALLOC_FREE(frame);
frame 465 source3/utils/smbcacls.c if (!next_token_talloc(frame, &cp, &tok, "/")) {
frame 469 source3/utils/smbcacls.c TALLOC_FREE(frame);
frame 478 source3/utils/smbcacls.c TALLOC_FREE(frame);
frame 507 source3/utils/smbcacls.c TALLOC_FREE(frame);
frame 514 source3/utils/smbcacls.c TALLOC_FREE(frame);
frame 522 source3/utils/smbcacls.c TALLOC_FREE(frame);
frame 1038 source3/utils/smbcacls.c TALLOC_CTX *frame = talloc_stackframe();
frame 1057 source3/utils/smbcacls.c auth_info = user_auth_info_init(frame);
frame 1108 source3/utils/smbcacls.c path = talloc_strdup(frame, poptGetArg(pc));
frame 1118 source3/utils/smbcacls.c filename = talloc_strdup(frame, poptGetArg(pc));
frame 1125 source3/utils/smbcacls.c server = talloc_strdup(frame, path+2);
frame 1149 source3/utils/smbcacls.c filename = talloc_asprintf(frame,
frame 1167 source3/utils/smbcacls.c TALLOC_FREE(frame);
frame 1340 source3/utils/smbcontrol.c TALLOC_CTX *frame = talloc_stackframe();
frame 1393 source3/utils/smbcontrol.c TALLOC_FREE(frame);
frame 1398 source3/utils/smbcontrol.c TALLOC_FREE(frame);
frame 437 source3/utils/smbcquotas.c TALLOC_CTX *frame = talloc_stackframe();
frame 474 source3/utils/smbcquotas.c smbcquotas_auth_info = user_auth_info_init(frame);
frame 516 source3/utils/smbcquotas.c username_str = talloc_strdup(frame, poptGetOptArg(pc));
frame 529 source3/utils/smbcquotas.c set_str = talloc_strdup(frame, poptGetOptArg(pc));
frame 543 source3/utils/smbcquotas.c frame, get_cmdline_auth_info_username(smbcquotas_auth_info));
frame 555 source3/utils/smbcquotas.c path = talloc_strdup(frame, poptGetArg(pc));
frame 615 source3/utils/smbcquotas.c talloc_free(frame);
frame 270 source3/utils/smbfilter.c TALLOC_CTX *frame = talloc_stackframe();
frame 293 source3/utils/smbfilter.c TALLOC_FREE(frame);
frame 566 source3/utils/smbget.c TALLOC_CTX *frame = talloc_stackframe();
frame 661 source3/utils/smbget.c TALLOC_FREE(frame);
frame 562 source3/utils/smbpasswd.c TALLOC_CTX *frame = talloc_stackframe();
frame 602 source3/utils/smbpasswd.c TALLOC_FREE(frame);
frame 274 source3/utils/smbtree.c TALLOC_CTX *frame = talloc_stackframe();
frame 296 source3/utils/smbtree.c auth_info = user_auth_info_init(frame);
frame 314 source3/utils/smbtree.c TALLOC_FREE(frame);
frame 323 source3/utils/smbtree.c TALLOC_FREE(frame);
frame 327 source3/utils/smbtree.c TALLOC_FREE(frame);
frame 35 source3/utils/smbw_sample.c TALLOC_CTX *frame = talloc_stackframe();
frame 94 source3/utils/smbw_sample.c TALLOC_FREE(frame);
frame 297 source3/utils/status.c TALLOC_CTX *frame = talloc_stackframe();
frame 489 source3/utils/status.c TALLOC_FREE(frame);
frame 323 source3/utils/testparm.c TALLOC_CTX *frame = talloc_stackframe();
frame 460 source3/utils/testparm.c TALLOC_FREE(frame);
frame 204 source3/web/cgi.c TALLOC_CTX *frame = talloc_stackframe();
frame 208 source3/web/cgi.c convert_string_allocate(frame, CH_UTF8, CH_UNIX,
frame 215 source3/web/cgi.c convert_string_allocate(frame, CH_UTF8, CH_UNIX,
frame 220 source3/web/cgi.c TALLOC_FREE(frame);
frame 1399 source3/web/swat.c TALLOC_CTX *frame = talloc_stackframe();
frame 1487 source3/web/swat.c TALLOC_FREE(frame);
frame 218 source3/winbindd/idmap_adex/cell_util.c TALLOC_CTX *frame = talloc_stackframe();
frame 224 source3/winbindd/idmap_adex/cell_util.c tmp_dn = talloc_strdup(frame, dn);
frame 227 source3/winbindd/idmap_adex/cell_util.c while (next_token_talloc(frame, &tmp_dn, &buffer, ",")) {
frame 234 source3/winbindd/idmap_adex/cell_util.c domain = talloc_strdup(frame, &buffer[3]);
frame 250 source3/winbindd/idmap_adex/cell_util.c talloc_destroy(frame);
frame 214 source3/winbindd/idmap_adex/domain_util.c TALLOC_CTX *frame = talloc_stackframe();
frame 264 source3/winbindd/idmap_adex/domain_util.c sid_str = sid_string_talloc(frame, sid);
frame 267 source3/winbindd/idmap_adex/domain_util.c filter = talloc_asprintf(frame, "(keywords=backLink=%s)",
frame 283 source3/winbindd/idmap_adex/domain_util.c talloc_destroy(frame);
frame 45 source3/winbindd/idmap_adex/gc_util.c TALLOC_CTX *frame = talloc_stackframe();
frame 59 source3/winbindd/idmap_adex/gc_util.c x = talloc_strdup(frame, a);
frame 60 source3/winbindd/idmap_adex/gc_util.c y = talloc_strdup(frame, b);
frame 91 source3/winbindd/idmap_adex/gc_util.c talloc_destroy(frame);
frame 105 source3/winbindd/idmap_adex/gc_util.c TALLOC_CTX *frame = talloc_stackframe();
frame 125 source3/winbindd/idmap_adex/gc_util.c if (!ads_cldap_netlogon_5(frame,
frame 551 source3/winbindd/idmap_adex/gc_util.c TALLOC_CTX *frame = talloc_stackframe();
frame 569 source3/winbindd/idmap_adex/gc_util.c name_user = talloc_strdup( frame, name );
frame 571 source3/winbindd/idmap_adex/gc_util.c name_user = talloc_strdup( frame, p+1 );
frame 574 source3/winbindd/idmap_adex/gc_util.c name_filter = talloc_asprintf(frame, "(sAMAccountName=%s)", name_user);
frame 595 source3/winbindd/idmap_adex/gc_util.c dn = ads_get_dn(ads, frame, e);
frame 602 source3/winbindd/idmap_adex/gc_util.c domain_rec = wcache_tdc_fetch_domain(frame, dns_domain);
frame 639 source3/winbindd/idmap_adex/gc_util.c talloc_destroy(frame);
frame 657 source3/winbindd/idmap_adex/gc_util.c TALLOC_CTX *frame = talloc_stackframe();
frame 669 source3/winbindd/idmap_adex/gc_util.c dn = ads_get_dn(ads, frame, msg);
frame 678 source3/winbindd/idmap_adex/gc_util.c domain_rec = wcache_tdc_fetch_domain(frame, dns_domain);
frame 686 source3/winbindd/idmap_adex/gc_util.c sam_name = ads_pull_string(ads, frame, msg, "sAMAccountName");
frame 698 source3/winbindd/idmap_adex/gc_util.c talloc_destroy(frame);
frame 710 source3/winbindd/idmap_adex/gc_util.c TALLOC_CTX *frame = talloc_stackframe();
frame 722 source3/winbindd/idmap_adex/gc_util.c filter = talloc_asprintf(frame, "(objectSid=%s)", sid_string);
frame 737 source3/winbindd/idmap_adex/gc_util.c talloc_destroy(frame);
frame 57 source3/winbindd/idmap_adex/provider_unified.c TALLOC_CTX *frame = talloc_stackframe();
frame 75 source3/winbindd/idmap_adex/provider_unified.c oc_filter = talloc_asprintf(frame, "objectclass=%s", oc);
frame 76 source3/winbindd/idmap_adex/provider_unified.c attr_filter = talloc_asprintf(frame, "%s=%u",
frame 88 source3/winbindd/idmap_adex/provider_unified.c oc_filter = talloc_asprintf(frame, "objectclass=%s", oc);
frame 89 source3/winbindd/idmap_adex/provider_unified.c attr_filter = talloc_asprintf(frame, "%s=%u",
frame 102 source3/winbindd/idmap_adex/provider_unified.c filter = talloc_asprintf(frame, "(&(%s)(%s))",
frame 105 source3/winbindd/idmap_adex/provider_unified.c filter = talloc_asprintf(frame, "(&(keywords=%s)(keywords=%s))",
frame 127 source3/winbindd/idmap_adex/provider_unified.c TALLOC_CTX *frame = talloc_stackframe();
frame 135 source3/winbindd/idmap_adex/provider_unified.c user_attr_filter = talloc_asprintf(frame, "%s=%s",
frame 137 source3/winbindd/idmap_adex/provider_unified.c group_attr_filter = talloc_asprintf(frame, "%s=%s",
frame 145 source3/winbindd/idmap_adex/provider_unified.c filter = talloc_asprintf(frame,
frame 152 source3/winbindd/idmap_adex/provider_unified.c filter = talloc_asprintf(frame,
frame 177 source3/winbindd/idmap_adex/provider_unified.c TALLOC_CTX* frame = talloc_stackframe();
frame 189 source3/winbindd/idmap_adex/provider_unified.c sid_str = sid_string_talloc(frame, &fdata->filter.sid);
frame 192 source3/winbindd/idmap_adex/provider_unified.c filter = talloc_asprintf(frame, "(keywords=backLink=%s)",
frame 236 source3/winbindd/idmap_adex/provider_unified.c talloc_destroy(frame);
frame 250 source3/winbindd/idmap_adex/provider_unified.c TALLOC_CTX* frame = talloc_stackframe();
frame 271 source3/winbindd/idmap_adex/provider_unified.c talloc_destroy(frame);
frame 284 source3/winbindd/idmap_adex/provider_unified.c TALLOC_CTX *frame = talloc_stackframe();
frame 317 source3/winbindd/idmap_adex/provider_unified.c domain = wcache_tdc_fetch_domain(frame, dns_domain);
frame 326 source3/winbindd/idmap_adex/provider_unified.c talloc_destroy(frame);
frame 351 source3/winbindd/idmap_adex/provider_unified.c TALLOC_CTX *frame = talloc_stackframe();
frame 418 source3/winbindd/idmap_adex/provider_unified.c keywords = ads_pull_strings(ads, frame, msg, "keywords",
frame 441 source3/winbindd/idmap_adex/provider_unified.c talloc_destroy(frame);
frame 459 source3/winbindd/idmap_adex/provider_unified.c TALLOC_CTX *frame = talloc_stackframe();
frame 488 source3/winbindd/idmap_adex/provider_unified.c filter = talloc_asprintf(frame, "(objectSid=%s)", sid_binstr);
frame 535 source3/winbindd/idmap_adex/provider_unified.c talloc_destroy(frame);
frame 613 source3/winbindd/idmap_adex/provider_unified.c TALLOC_CTX *frame = talloc_stackframe();
frame 630 source3/winbindd/idmap_adex/provider_unified.c keywords = ads_pull_strings(ads, frame, msg,
frame 649 source3/winbindd/idmap_adex/provider_unified.c talloc_destroy(frame);
frame 738 source3/winbindd/idmap_adex/provider_unified.c TALLOC_CTX *frame = talloc_stackframe();
frame 755 source3/winbindd/idmap_adex/provider_unified.c keywords = ads_pull_strings(ads, frame, msg, "keywords",
frame 776 source3/winbindd/idmap_adex/provider_unified.c talloc_destroy(frame);
frame 849 source3/winbindd/idmap_adex/provider_unified.c TALLOC_CTX *frame = talloc_stackframe();
frame 865 source3/winbindd/idmap_adex/provider_unified.c keywords = ads_pull_strings(ads, frame, msg,
frame 885 source3/winbindd/idmap_adex/provider_unified.c talloc_destroy(frame);
frame 1064 source3/winbindd/idmap_adex/provider_unified.c TALLOC_CTX *frame = talloc_stackframe();
frame 1093 source3/winbindd/idmap_adex/provider_unified.c talloc_destroy(frame);
frame 1109 source3/winbindd/idmap_adex/provider_unified.c TALLOC_CTX *frame = talloc_stackframe();
frame 1165 source3/winbindd/idmap_adex/provider_unified.c talloc_destroy(frame);
frame 1186 source3/winbindd/winbindd.c TALLOC_CTX *frame = talloc_stackframe();
frame 1433 source3/winbindd/winbindd.c TALLOC_FREE(frame);
frame 1438 source3/winbindd/winbindd.c frame = talloc_stackframe();
frame 1459 source3/winbindd/winbindd.c TALLOC_FREE(frame);
frame 926 source3/winbindd/winbindd_dual.c TALLOC_CTX *frame;
frame 954 source3/winbindd/winbindd_dual.c frame = talloc_stackframe();
frame 957 source3/winbindd/winbindd_dual.c frame,
frame 959 source3/winbindd/winbindd_dual.c TALLOC_FREE(frame);
frame 1387 source3/winbindd/winbindd_dual.c TALLOC_CTX *frame = talloc_stackframe();
frame 1390 source3/winbindd/winbindd_dual.c TALLOC_FREE(frame);
frame 1421 source3/winbindd/winbindd_dual.c TALLOC_FREE(frame);
frame 1427 source3/winbindd/winbindd_dual.c TALLOC_FREE(frame);
frame 1433 source3/winbindd/winbindd_dual.c TALLOC_FREE(frame);
frame 1439 source3/winbindd/winbindd_dual.c TALLOC_FREE(frame);
frame 1475 source3/winbindd/winbindd_dual.c TALLOC_FREE(frame);
frame 272 source3/winbindd/winbindd_pam.c TALLOC_CTX *frame = NULL;
frame 292 source3/winbindd/winbindd_pam.c frame = talloc_stackframe();
frame 293 source3/winbindd/winbindd_pam.c while (next_token_talloc(frame, &p, &req_sid, ",")) {
frame 297 source3/winbindd/winbindd_pam.c TALLOC_FREE(frame);
frame 306 source3/winbindd/winbindd_pam.c TALLOC_FREE(frame);
frame 311 source3/winbindd/winbindd_pam.c TALLOC_FREE(frame);
frame 1533 source3/winbindd/winbindd_util.c TALLOC_CTX *frame = talloc_stackframe();
frame 1544 source3/winbindd/winbindd_util.c if ((tdc = wcache_tdc_fetch_domain(frame, domain->name)) == NULL) {
frame 1577 source3/winbindd/winbindd_util.c talloc_destroy(frame);