OpenPrintServer    88 source4/ntptr/ntptr.h 	WERROR (*OpenPrintServer)(struct ntptr_context *ntptr, TALLOC_CTX *mem_ctx,
OpenPrintServer    32 source4/ntptr/ntptr_interface.c 	if (!ntptr->ops->OpenPrintServer) {
OpenPrintServer    35 source4/ntptr/ntptr_interface.c 	return ntptr->ops->OpenPrintServer(ntptr, mem_ctx, r, printer_name, server);
OpenPrintServer   803 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	.OpenPrintServer		= sptr_OpenPrintServer,