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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_rpc_shell.c34 static struct rpc_sh_ctx *this_ctx; variable in typeref:struct:rpc_sh_ctx
48 for (c = this_ctx->cmds; c->name != NULL; c++) {
107 if (ctx == this_ctx) {
111 (this_ctx->parent != NULL)) {
112 new_ctx = this_ctx->parent;
113 TALLOC_FREE(this_ctx);
114 this_ctx = new_ctx;
125 if (ctx != this_ctx) {
170 this_ctx = new_ctx;
241 this_ctx
[all...]

Completed in 50 milliseconds