Searched refs:ntptr (Results 1 - 25 of 30) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/ntptr/
H A Dntptr_interface.c23 #include "ntptr/ntptr.h"
27 WERROR ntptr_OpenPrintServer(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, argument
32 if (!ntptr->ops->OpenPrintServer) {
35 return ntptr->ops->OpenPrintServer(ntptr, mem_ctx, r, printer_name, server);
44 if (!server->ntptr->ops->XcvDataPrintServer) {
47 return server->ntptr->ops->XcvDataPrintServer(server, mem_ctx, r);
58 if (!server->ntptr->ops->EnumPrintServerData) {
61 return server->ntptr
152 ntptr_EnumPrinterDrivers(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPrinterDrivers *r) argument
161 ntptr_AddPrinterDriver(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_AddPrinterDriver *r) argument
170 ntptr_DeletePrinterDriver(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_DeletePrinterDriver *r) argument
179 ntptr_GetPrinterDriverDirectory(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_GetPrinterDriverDirectory *r) argument
190 ntptr_EnumPorts(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPorts *r) argument
199 ntptr_OpenPort(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_OpenPrinterEx *r, const char *port_name, struct ntptr_GenericHandle **port) argument
223 ntptr_EnumMonitors(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumMonitors *r) argument
232 ntptr_OpenMonitor(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_OpenPrinterEx *r, const char *monitor_name, struct ntptr_GenericHandle **monitor) argument
257 ntptr_EnumPrintProcessors(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPrintProcessors *r) argument
266 ntptr_GetPrintProcessorDirectory(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_GetPrintProcessorDirectory *r) argument
277 ntptr_EnumPrinters(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPrinters *r) argument
286 ntptr_OpenPrinter(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_OpenPrinterEx *r, const char *printer_name, struct ntptr_GenericHandle **printer) argument
297 ntptr_AddPrinter(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_AddPrinter *r, struct ntptr_GenericHandle **printer) argument
307 ntptr_GetPrinter(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_GetPrinter *r) argument
316 ntptr_SetPrinter(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_SetPrinter *r) argument
325 ntptr_DeletePrinter(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_DeletePrinter *r) argument
348 ntptr_GetPrinterDriver(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_GetPrinterDriver *r) argument
[all...]
H A Dconfig.mk0 # ntptr server subsystem
7 SUBSYSTEM = ntptr
16 # Start SUBSYSTEM ntptr
17 [SUBSYSTEM::ntptr]
20 # End SUBSYSTEM ntptr
H A Dntptr_base.c26 #include "ntptr/ntptr.h"
75 init_module_fn *shared_init = load_samba_modules(NULL, lp_ctx, "ntptr");
127 struct ntptr_context *ntptr; local
133 ntptr = talloc(mem_ctx, struct ntptr_context);
134 NT_STATUS_HAVE_NO_MEMORY(ntptr);
135 ntptr->private_data = NULL;
136 ntptr->ops = ntptr_backend_byname(providor);
137 ntptr->ev_ctx = ev_ctx;
138 ntptr
[all...]
H A Dntptr.h36 struct ntptr_context *ntptr; member in struct:ntptr_GenericHandle
79 /* the ntptr operations structure - contains function pointers to
85 NTSTATUS (*init_context)(struct ntptr_context *ntptr);
88 WERROR (*OpenPrintServer)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
116 WERROR (*EnumPrinterDrivers)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
118 WERROR (*AddPrinterDriver)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
120 WERROR (*DeletePrinterDriver)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
122 WERROR (*GetPrinterDriverDirectory)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
126 WERROR (*EnumPorts)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
128 WERROR (*OpenPort)(struct ntptr_context *ntptr, TALLOC_CT
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntptr/
H A Dntptr_interface.c23 #include "ntptr/ntptr.h"
27 WERROR ntptr_OpenPrintServer(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, argument
32 if (!ntptr->ops->OpenPrintServer) {
35 return ntptr->ops->OpenPrintServer(ntptr, mem_ctx, r, printer_name, server);
44 if (!server->ntptr->ops->XcvDataPrintServer) {
47 return server->ntptr->ops->XcvDataPrintServer(server, mem_ctx, r);
58 if (!server->ntptr->ops->EnumPrintServerData) {
61 return server->ntptr
152 ntptr_EnumPrinterDrivers(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPrinterDrivers *r) argument
161 ntptr_AddPrinterDriver(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_AddPrinterDriver *r) argument
170 ntptr_DeletePrinterDriver(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_DeletePrinterDriver *r) argument
179 ntptr_GetPrinterDriverDirectory(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_GetPrinterDriverDirectory *r) argument
190 ntptr_EnumPorts(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPorts *r) argument
199 ntptr_OpenPort(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_OpenPrinterEx *r, const char *port_name, struct ntptr_GenericHandle **port) argument
223 ntptr_EnumMonitors(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumMonitors *r) argument
232 ntptr_OpenMonitor(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_OpenPrinterEx *r, const char *monitor_name, struct ntptr_GenericHandle **monitor) argument
257 ntptr_EnumPrintProcessors(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPrintProcessors *r) argument
266 ntptr_GetPrintProcessorDirectory(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_GetPrintProcessorDirectory *r) argument
277 ntptr_EnumPrinters(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPrinters *r) argument
286 ntptr_OpenPrinter(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_OpenPrinterEx *r, const char *printer_name, struct ntptr_GenericHandle **printer) argument
297 ntptr_AddPrinter(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_AddPrinter *r, struct ntptr_GenericHandle **printer) argument
307 ntptr_GetPrinter(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_GetPrinter *r) argument
316 ntptr_SetPrinter(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_SetPrinter *r) argument
325 ntptr_DeletePrinter(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_DeletePrinter *r) argument
348 ntptr_GetPrinterDriver(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_GetPrinterDriver *r) argument
[all...]
H A Dconfig.mk0 # ntptr server subsystem
7 SUBSYSTEM = ntptr
16 # Start SUBSYSTEM ntptr
17 [SUBSYSTEM::ntptr]
20 # End SUBSYSTEM ntptr
H A Dntptr_base.c26 #include "ntptr/ntptr.h"
75 init_module_fn *shared_init = load_samba_modules(NULL, lp_ctx, "ntptr");
127 struct ntptr_context *ntptr; local
133 ntptr = talloc(mem_ctx, struct ntptr_context);
134 NT_STATUS_HAVE_NO_MEMORY(ntptr);
135 ntptr->private_data = NULL;
136 ntptr->ops = ntptr_backend_byname(providor);
137 ntptr->ev_ctx = ev_ctx;
138 ntptr
[all...]
H A Dntptr.h36 struct ntptr_context *ntptr; member in struct:ntptr_GenericHandle
79 /* the ntptr operations structure - contains function pointers to
85 NTSTATUS (*init_context)(struct ntptr_context *ntptr);
88 WERROR (*OpenPrintServer)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
116 WERROR (*EnumPrinterDrivers)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
118 WERROR (*AddPrinterDriver)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
120 WERROR (*DeletePrinterDriver)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
122 WERROR (*GetPrinterDriverDirectory)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
126 WERROR (*EnumPorts)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
128 WERROR (*OpenPort)(struct ntptr_context *ntptr, TALLOC_CT
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/ntptr/
H A Dntptr_interface.c23 #include "ntptr/ntptr.h"
27 WERROR ntptr_OpenPrintServer(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, argument
32 if (!ntptr->ops->OpenPrintServer) {
35 return ntptr->ops->OpenPrintServer(ntptr, mem_ctx, r, printer_name, server);
44 if (!server->ntptr->ops->XcvDataPrintServer) {
47 return server->ntptr->ops->XcvDataPrintServer(server, mem_ctx, r);
58 if (!server->ntptr->ops->EnumPrintServerData) {
61 return server->ntptr
152 ntptr_EnumPrinterDrivers(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPrinterDrivers *r) argument
161 ntptr_AddPrinterDriver(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_AddPrinterDriver *r) argument
170 ntptr_DeletePrinterDriver(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_DeletePrinterDriver *r) argument
179 ntptr_GetPrinterDriverDirectory(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_GetPrinterDriverDirectory *r) argument
190 ntptr_EnumPorts(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPorts *r) argument
199 ntptr_OpenPort(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_OpenPrinterEx *r, const char *port_name, struct ntptr_GenericHandle **port) argument
223 ntptr_EnumMonitors(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumMonitors *r) argument
232 ntptr_OpenMonitor(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_OpenPrinterEx *r, const char *monitor_name, struct ntptr_GenericHandle **monitor) argument
257 ntptr_EnumPrintProcessors(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPrintProcessors *r) argument
266 ntptr_GetPrintProcessorDirectory(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_GetPrintProcessorDirectory *r) argument
277 ntptr_EnumPrinters(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPrinters *r) argument
286 ntptr_OpenPrinter(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_OpenPrinterEx *r, const char *printer_name, struct ntptr_GenericHandle **printer) argument
297 ntptr_AddPrinter(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_AddPrinter *r, struct ntptr_GenericHandle **printer) argument
307 ntptr_GetPrinter(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_GetPrinter *r) argument
316 ntptr_SetPrinter(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_SetPrinter *r) argument
325 ntptr_DeletePrinter(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_DeletePrinter *r) argument
348 ntptr_GetPrinterDriver(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_GetPrinterDriver *r) argument
[all...]
H A Dconfig.mk0 # ntptr server subsystem
7 SUBSYSTEM = ntptr
16 # Start SUBSYSTEM ntptr
17 [SUBSYSTEM::ntptr]
20 # End SUBSYSTEM ntptr
H A Dntptr_base.c26 #include "ntptr/ntptr.h"
75 init_module_fn *shared_init = load_samba_modules(NULL, lp_ctx, "ntptr");
127 struct ntptr_context *ntptr; local
133 ntptr = talloc(mem_ctx, struct ntptr_context);
134 NT_STATUS_HAVE_NO_MEMORY(ntptr);
135 ntptr->private_data = NULL;
136 ntptr->ops = ntptr_backend_byname(providor);
137 ntptr->ev_ctx = ev_ctx;
138 ntptr
[all...]
H A Dntptr.h36 struct ntptr_context *ntptr; member in struct:ntptr_GenericHandle
79 /* the ntptr operations structure - contains function pointers to
85 NTSTATUS (*init_context)(struct ntptr_context *ntptr);
88 WERROR (*OpenPrintServer)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
116 WERROR (*EnumPrinterDrivers)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
118 WERROR (*AddPrinterDriver)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
120 WERROR (*DeletePrinterDriver)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
122 WERROR (*GetPrinterDriverDirectory)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
126 WERROR (*EnumPorts)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
128 WERROR (*OpenPort)(struct ntptr_context *ntptr, TALLOC_CT
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/ntptr/simple_ldb/
H A Dntptr_simple_ldb.c31 #include "ntptr/ntptr.h"
88 static NTSTATUS sptr_init_context(struct ntptr_context *ntptr) argument
90 struct ldb_context *sptr_db = sptr_db_connect(ntptr, ntptr->ev_ctx, ntptr->lp_ctx);
93 ntptr->private_data = sptr_db;
99 static WERROR sptr_OpenPrintServer(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, argument
112 server->ntptr = ntptr;
474 sptr_EnumPrinterDrivers(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPrinterDrivers *r) argument
480 sptr_GetPrinterDriverDirectory(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_GetPrinterDriverDirectory *r) argument
522 sptr_EnumPrinters(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPrinters *r) argument
632 sptr_OpenPrinter(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_OpenPrinterEx *r, const char *printer_name, struct ntptr_GenericHandle **printer) argument
641 sptr_EnumPorts(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPorts *r) argument
691 sptr_EnumMonitors(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumMonitors *r) argument
790 sptr_GetPrintProcessorDirectory(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_GetPrintProcessorDirectory *r) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntptr/simple_ldb/
H A Dntptr_simple_ldb.c31 #include "ntptr/ntptr.h"
88 static NTSTATUS sptr_init_context(struct ntptr_context *ntptr) argument
90 struct ldb_context *sptr_db = sptr_db_connect(ntptr, ntptr->ev_ctx, ntptr->lp_ctx);
93 ntptr->private_data = sptr_db;
99 static WERROR sptr_OpenPrintServer(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, argument
112 server->ntptr = ntptr;
474 sptr_EnumPrinterDrivers(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPrinterDrivers *r) argument
480 sptr_GetPrinterDriverDirectory(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_GetPrinterDriverDirectory *r) argument
522 sptr_EnumPrinters(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPrinters *r) argument
632 sptr_OpenPrinter(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_OpenPrinterEx *r, const char *printer_name, struct ntptr_GenericHandle **printer) argument
641 sptr_EnumPorts(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPorts *r) argument
691 sptr_EnumMonitors(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumMonitors *r) argument
790 sptr_GetPrintProcessorDirectory(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_GetPrintProcessorDirectory *r) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/ntptr/simple_ldb/
H A Dntptr_simple_ldb.c31 #include "ntptr/ntptr.h"
88 static NTSTATUS sptr_init_context(struct ntptr_context *ntptr) argument
90 struct ldb_context *sptr_db = sptr_db_connect(ntptr, ntptr->ev_ctx, ntptr->lp_ctx);
93 ntptr->private_data = sptr_db;
99 static WERROR sptr_OpenPrintServer(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, argument
112 server->ntptr = ntptr;
474 sptr_EnumPrinterDrivers(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPrinterDrivers *r) argument
480 sptr_GetPrinterDriverDirectory(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_GetPrinterDriverDirectory *r) argument
522 sptr_EnumPrinters(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPrinters *r) argument
632 sptr_OpenPrinter(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_OpenPrinterEx *r, const char *printer_name, struct ntptr_GenericHandle **printer) argument
641 sptr_EnumPorts(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumPorts *r) argument
691 sptr_EnumMonitors(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_EnumMonitors *r) argument
790 sptr_GetPrintProcessorDirectory(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx, struct spoolss_GetPrintProcessorDirectory *r) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/smbd/
H A Dconfig.mk36 ntptr \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/smbd/
H A Dconfig.mk36 ntptr \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/smbd/
H A Dconfig.mk36 ntptr \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/rpc_server/spoolss/
H A Ddcesrv_spoolss.c26 #include "ntptr/ntptr.h"
215 struct ntptr_context *ntptr; local
218 lp_ntptr_providor(dce_call->conn->dce_ctx->lp_ctx), &ntptr);
221 dce_call->context->private_data = ntptr;
234 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
236 struct smb_iconv_convenience *ic = lp_iconv_convenience(ntptr->lp_ctx);
241 status = ntptr_EnumPrinters(ntptr, mem_ctx, r);
370 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
372 struct smb_iconv_convenience *ic = lp_iconv_convenience(ntptr
403 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
455 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
821 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
844 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
1254 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/rpc_server/spoolss/
H A Ddcesrv_spoolss.c26 #include "ntptr/ntptr.h"
215 struct ntptr_context *ntptr; local
218 lp_ntptr_providor(dce_call->conn->dce_ctx->lp_ctx), &ntptr);
221 dce_call->context->private_data = ntptr;
234 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
236 struct smb_iconv_convenience *ic = lp_iconv_convenience(ntptr->lp_ctx);
241 status = ntptr_EnumPrinters(ntptr, mem_ctx, r);
370 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
372 struct smb_iconv_convenience *ic = lp_iconv_convenience(ntptr
403 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
455 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
821 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
844 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
1254 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/rpc_server/spoolss/
H A Ddcesrv_spoolss.c26 #include "ntptr/ntptr.h"
215 struct ntptr_context *ntptr; local
218 lp_ntptr_providor(dce_call->conn->dce_ctx->lp_ctx), &ntptr);
221 dce_call->context->private_data = ntptr;
234 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
236 struct smb_iconv_convenience *ic = lp_iconv_convenience(ntptr->lp_ctx);
241 status = ntptr_EnumPrinters(ntptr, mem_ctx, r);
370 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
372 struct smb_iconv_convenience *ic = lp_iconv_convenience(ntptr
403 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
455 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
821 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
844 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
1254 struct ntptr_context *ntptr = talloc_get_type(dce_call->context->private_data, struct ntptr_context); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/rpc_server/
H A Dconfig.mk168 ntptr \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/rpc_server/
H A Dconfig.mk168 ntptr \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/rpc_server/
H A Dconfig.mk168 ntptr \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/
H A DMakefile102 ntptrsrcdir := ntptr

Completed in 107 milliseconds

12