sptr_db            90 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	struct ldb_context *sptr_db = sptr_db_connect(ntptr, ntptr->ev_ctx, ntptr->lp_ctx);
sptr_db            91 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	NT_STATUS_HAVE_NO_MEMORY(sptr_db);
sptr_db            93 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	ntptr->private_data = sptr_db;
sptr_db           225 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	struct ldb_context *sptr_db = talloc_get_type(server->ntptr->private_data, struct ldb_context);
sptr_db           231 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	count = sptr_db_search(sptr_db, mem_ctx,
sptr_db           232 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 				ldb_dn_new(mem_ctx, sptr_db, "CN=Forms,CN=PrintServer"),
sptr_db           270 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	struct ldb_context *sptr_db = talloc_get_type(server->ntptr->private_data, struct ldb_context);
sptr_db           286 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		count = sptr_db_search(sptr_db, mem_ctx,
sptr_db           287 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 				       ldb_dn_new(mem_ctx, sptr_db, "CN=Forms,CN=PrintServer"),
sptr_db           303 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		msg->dn = ldb_dn_new_fmt(msg, sptr_db, "form-name=%s,CN=Forms,CN=PrintServer", r->in.info.info1->form_name);
sptr_db           304 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		SET_STRING(sptr_db, msg, "objectClass", "form");
sptr_db           306 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		SET_UINT(sptr_db, msg, "flags", r->in.info.info1->flags);
sptr_db           308 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		SET_STRING(sptr_db, msg, "form-name", r->in.info.info1->form_name);
sptr_db           310 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		SET_UINT(sptr_db, msg, "size-width", r->in.info.info1->size.width);
sptr_db           311 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		SET_UINT(sptr_db, msg, "size-height", r->in.info.info1->size.height);
sptr_db           313 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		SET_UINT(sptr_db, msg, "area-left", r->in.info.info1->area.left);
sptr_db           314 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		SET_UINT(sptr_db, msg, "area-top", r->in.info.info1->area.top);
sptr_db           315 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		SET_UINT(sptr_db, msg, "area-right", r->in.info.info1->area.right);
sptr_db           316 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		SET_UINT(sptr_db, msg, "area-bottom", r->in.info.info1->area.bottom);
sptr_db           322 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	ret = ldb_add(sptr_db, msg);
sptr_db           333 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	struct ldb_context *sptr_db = talloc_get_type(server->ntptr->private_data, struct ldb_context);
sptr_db           351 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		count = sptr_db_search(sptr_db, mem_ctx,
sptr_db           352 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 				       ldb_dn_new(mem_ctx, sptr_db, "CN=Forms,CN=PrintServer"),
sptr_db           371 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		SET_UINT(sptr_db, msg, "flags", r->in.info.info1->flags);
sptr_db           373 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		SET_STRING(sptr_db, msg, "form-name", r->in.info.info1->form_name);
sptr_db           375 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		SET_UINT(sptr_db, msg, "size-width", r->in.info.info1->size.width);
sptr_db           376 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		SET_UINT(sptr_db, msg, "size-height", r->in.info.info1->size.height);
sptr_db           378 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		SET_UINT(sptr_db, msg, "area-left", r->in.info.info1->area.left);
sptr_db           379 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		SET_UINT(sptr_db, msg, "area-top", r->in.info.info1->area.top);
sptr_db           380 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		SET_UINT(sptr_db, msg, "area-right", r->in.info.info1->area.right);
sptr_db           381 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		SET_UINT(sptr_db, msg, "area-bottom", r->in.info.info1->area.bottom);
sptr_db           387 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	ret = samdb_replace(sptr_db, mem_ctx, msg);
sptr_db           398 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	struct ldb_context *sptr_db = talloc_get_type(server->ntptr->private_data, struct ldb_context);
sptr_db           414 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	count = sptr_db_search(sptr_db, mem_ctx,
sptr_db           415 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 			       ldb_dn_new(mem_ctx, sptr_db, "CN=Forms,CN=PrintServer"),
sptr_db           428 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	ret = ldb_delete(sptr_db, msgs[0]->dn);
sptr_db           488 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	struct ldb_context *sptr_db = talloc_get_type(ntptr->private_data, struct ldb_context);
sptr_db           494 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	count = sptr_db_search(sptr_db, mem_ctx, NULL, &msgs, NULL,
sptr_db           607 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	struct ldb_context *sptr_db = talloc_get_type(ntptr->private_data, struct ldb_context);
sptr_db           613 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	count = sptr_db_search(sptr_db, mem_ctx, NULL, &msgs, NULL,
sptr_db           657 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	struct ldb_context *sptr_db = talloc_get_type(ntptr->private_data, struct ldb_context);
sptr_db           663 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	count = sptr_db_search(sptr_db, mem_ctx, NULL, &msgs, NULL,
sptr_db           704 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	struct ldb_context *sptr_db = talloc_get_type(printer->ntptr->private_data, struct ldb_context);
sptr_db           716 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	base_dn = ldb_dn_new_fmt(mem_ctx, sptr_db, "CN=Forms,CN=%s,CN=Printers", printer->object_name);
sptr_db           719 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	count = sptr_db_search(sptr_db, mem_ctx, base_dn, &msgs, NULL,