location          106 examples/pdb/test.c NTSTATUS testsam_init(struct pdb_methods **pdb_method, const char *location)
location          135 examples/pdb/test.c 	if (location)
location          136 examples/pdb/test.c 		DEBUG(10, ("Location: %s\n", location));
location          825 lib/talloc/talloc.c static void talloc_abort_type_missmatch(const char *location,
location          833 lib/talloc/talloc.c 				 location,
location          843 lib/talloc/talloc.c void *_talloc_get_type_abort(const void *ptr, const char *name, const char *location)
location          848 lib/talloc/talloc.c 		talloc_abort_type_missmatch(location, NULL, name);
location          857 lib/talloc/talloc.c 	talloc_abort_type_missmatch(location, pname, name);
location          136 lib/talloc/talloc.h void *_talloc_get_type_abort(const void *ptr, const char *name, const char *location);
location          276 lib/tevent/tevent.c 				 const char *location)
location          279 lib/tevent/tevent.c 			       handler_name, location);
location          363 lib/tevent/tevent.c 				       const char *location)
location          366 lib/tevent/tevent.c 				  handler_name, location);
location          374 lib/tevent/tevent.c 						  const char *location)
location          384 lib/tevent/tevent.c 	im->create_location	= location;
location          404 lib/tevent/tevent.c 				const char *location)
location          407 lib/tevent/tevent.c 				    handler_name, location);
location          424 lib/tevent/tevent.c 					 const char *location)
location          427 lib/tevent/tevent.c 				   handler_name, location);
location          451 lib/tevent/tevent.c static void tevent_abort_nesting(struct tevent_context *ev, const char *location)
location          456 lib/tevent/tevent.c 				 location);
location          467 lib/tevent/tevent.c int _tevent_loop_once(struct tevent_context *ev, const char *location)
location          476 lib/tevent/tevent.c 			tevent_abort_nesting(ev, location);
location          489 lib/tevent/tevent.c 						   location);
location          497 lib/tevent/tevent.c 	ret = ev->ops->loop_once(ev, location);
location          507 lib/tevent/tevent.c 						   location);
location          526 lib/tevent/tevent.c 		       const char *location)
location          535 lib/tevent/tevent.c 			tevent_abort_nesting(ev, location);
location          548 lib/tevent/tevent.c 						   location);
location          557 lib/tevent/tevent.c 		ret = ev->ops->loop_once(ev, location);
location          571 lib/tevent/tevent.c 						   location);
location          588 lib/tevent/tevent.c 			    const char *location)
location          598 lib/tevent/tevent.c 		ret = _tevent_loop_once(ev, location);
location          615 lib/tevent/tevent.c int _tevent_loop_wait(struct tevent_context *ev, const char *location)
location          617 lib/tevent/tevent.c 	return ev->ops->loop_wait(ev, location);
location           78 lib/tevent/tevent.h 				 const char *location);
location           89 lib/tevent/tevent.h 				       const char *location);
location           95 lib/tevent/tevent.h 						  const char *location);
location          104 lib/tevent/tevent.h 				const char *location);
location          116 lib/tevent/tevent.h 					 const char *location);
location          121 lib/tevent/tevent.h int _tevent_loop_once(struct tevent_context *ev, const char *location);
location          125 lib/tevent/tevent.h int _tevent_loop_wait(struct tevent_context *ev, const char *location);
location          245 lib/tevent/tevent.h bool _tevent_req_cancel(struct tevent_req *req, const char *location);
location          253 lib/tevent/tevent.h 				      const char *location);
location          263 lib/tevent/tevent.h void _tevent_req_notify_callback(struct tevent_req *req, const char *location);
location          268 lib/tevent/tevent.h 		      const char *location);
location          274 lib/tevent/tevent.h 		       const char *location);
location          280 lib/tevent/tevent.h 		       const char *location);
location          326 lib/tevent/tevent.h 					  const char *location);
location          348 lib/tevent/tevent.h 				   const char *location);
location          364 lib/tevent/tevent.h 		       const char *location) _DEPRECATED_;
location          387 lib/tevent/tevent.h 				    const char *location);
location          400 lib/tevent/tevent.h 					  const char *location);
location          408 lib/tevent/tevent.h 				   const char *location);
location          417 lib/tevent/tevent.h 					    const char *location);
location          420 lib/tevent/tevent.h 	int (*loop_once)(struct tevent_context *ev, const char *location);
location          421 lib/tevent/tevent.h 	int (*loop_wait)(struct tevent_context *ev, const char *location);
location          358 lib/tevent/tevent_epoll.c 					    const char *location)
location          368 lib/tevent/tevent_epoll.c 				   handler_name, location);
location          401 lib/tevent/tevent_epoll.c static int epoll_event_loop_once(struct tevent_context *ev, const char *location)
location           50 lib/tevent/tevent_fd.c 				       const char *location)
location           64 lib/tevent/tevent_fd.c 	fde->location		= location;
location           75 lib/tevent/tevent_immediate.c 				      const char *location)
location           87 lib/tevent/tevent_immediate.c 	im->schedule_location	= location;
location          163 lib/tevent/tevent_internal.h 	const char *location;
location          178 lib/tevent/tevent_internal.h 	const char *location;
location          208 lib/tevent/tevent_internal.h 	const char *location;
location          260 lib/tevent/tevent_internal.h 			    const char *location);
location          270 lib/tevent/tevent_internal.h 				       const char *location);
location          282 lib/tevent/tevent_internal.h 					     const char *location);
location          290 lib/tevent/tevent_internal.h 				      const char *location);
location          300 lib/tevent/tevent_internal.h 					       const char *location);
location           45 lib/tevent/tevent_queue.c 	const char *location;
location          103 lib/tevent/tevent_queue.c 					  const char *location)
location          123 lib/tevent/tevent_queue.c 	queue->location = location;
location           87 lib/tevent/tevent_req.c 				    const char *location)
location           98 lib/tevent/tevent_req.c 	req->internal.create_location	= location;
location          120 lib/tevent/tevent_req.c void _tevent_req_notify_callback(struct tevent_req *req, const char *location)
location          122 lib/tevent/tevent_req.c 	req->internal.finish_location = location;
location          130 lib/tevent/tevent_req.c 			      const char *location)
location          133 lib/tevent/tevent_req.c 	_tevent_req_notify_callback(req, location);
location          146 lib/tevent/tevent_req.c 		      const char *location)
location          148 lib/tevent/tevent_req.c 	tevent_req_finish(req, TEVENT_REQ_DONE, location);
location          181 lib/tevent/tevent_req.c 		       const char *location)
location          188 lib/tevent/tevent_req.c 	tevent_req_finish(req, TEVENT_REQ_USER_ERROR, location);
location          211 lib/tevent/tevent_req.c 		       const char *location)
location          216 lib/tevent/tevent_req.c 	tevent_req_finish(req, TEVENT_REQ_NO_MEMORY, location);
location          436 lib/tevent/tevent_req.c bool _tevent_req_cancel(struct tevent_req *req, const char *location)
location          108 lib/tevent/tevent_select.c 					     const char *location)
location          116 lib/tevent/tevent_select.c 				   handler_name, location);
location          207 lib/tevent/tevent_select.c static int select_event_loop_once(struct tevent_context *ev, const char *location)
location          199 lib/tevent/tevent_signal.c 					       const char *location)
location          228 lib/tevent/tevent_signal.c 	se->location		= location;
location          397 lib/tevent/tevent_standard.c 					  const char *location)
location          407 lib/tevent/tevent_standard.c 				   handler_name, location);
location          521 lib/tevent/tevent_standard.c static int std_event_loop_once(struct tevent_context *ev, const char *location)
location          161 lib/tevent/tevent_timed.c 					     const char *location)
location          173 lib/tevent/tevent_timed.c 	te->location		= location;
location           74 lib/util/debug.c static void log_timestring(int level, const char *location, const char *func)
location           86 lib/util/debug.c 	asprintf(&s, "[%s, %d %s:%s()]\n", t, level, location, func);
location           98 lib/util/debug.c _PUBLIC_ void dbghdr(int level, const char *location, const char *func)
location          100 lib/util/debug.c 	log_timestring(level, location, func);
location          105 lib/util/debug.c _PUBLIC_ void dbghdrclass(int level, int dclass, const char *location, const char *func)
location          108 lib/util/debug.c 	dbghdr(level, location, func);
location           84 lib/util/debug.h _PUBLIC_ void dbghdr(int level, const char *location, const char *func);
location           86 lib/util/debug.h _PUBLIC_ void dbghdrclass(int level, int cls, const char *location, const char *func);
location         1031 librpc/gen_ndr/ndr_spoolss.c 			NDR_CHECK(ndr_push_relative_ptr1(ndr, r->location));
location         1127 librpc/gen_ndr/ndr_spoolss.c 			if (r->location) {
location         1128 librpc/gen_ndr/ndr_spoolss.c 				NDR_CHECK(ndr_push_relative_ptr2(ndr, r->location));
location         1129 librpc/gen_ndr/ndr_spoolss.c 				NDR_CHECK(ndr_push_string(ndr, NDR_SCALARS, r->location));
location         1298 librpc/gen_ndr/ndr_spoolss.c 				NDR_PULL_ALLOC(ndr, r->location);
location         1299 librpc/gen_ndr/ndr_spoolss.c 				NDR_CHECK(ndr_pull_relative_ptr1(ndr, r->location, _ptr_location));
location         1301 librpc/gen_ndr/ndr_spoolss.c 				r->location = NULL;
location         1473 librpc/gen_ndr/ndr_spoolss.c 			if (r->location) {
location         1476 librpc/gen_ndr/ndr_spoolss.c 				NDR_CHECK(ndr_pull_relative_ptr2(ndr, r->location));
location         1478 librpc/gen_ndr/ndr_spoolss.c 				NDR_PULL_SET_MEM_CTX(ndr, r->location, 0);
location         1479 librpc/gen_ndr/ndr_spoolss.c 				NDR_CHECK(ndr_pull_string(ndr, NDR_SCALARS, &r->location));
location         1619 librpc/gen_ndr/ndr_spoolss.c 	ndr_print_ptr(ndr, "location", r->location);
location         1621 librpc/gen_ndr/ndr_spoolss.c 	if (r->location) {
location         1622 librpc/gen_ndr/ndr_spoolss.c 		ndr_print_string(ndr, "location", r->location);
location         6097 librpc/gen_ndr/ndr_spoolss.c 		NDR_CHECK(ndr_push_unique_ptr(ndr, r->location));
location         6150 librpc/gen_ndr/ndr_spoolss.c 		if (r->location) {
location         6151 librpc/gen_ndr/ndr_spoolss.c 			NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, ndr_charset_length(r->location, CH_UTF16)));
location         6153 librpc/gen_ndr/ndr_spoolss.c 			NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, ndr_charset_length(r->location, CH_UTF16)));
location         6154 librpc/gen_ndr/ndr_spoolss.c 			NDR_CHECK(ndr_push_charset(ndr, NDR_SCALARS, r->location, ndr_charset_length(r->location, CH_UTF16), sizeof(uint16_t), CH_UTF16));
location         6268 librpc/gen_ndr/ndr_spoolss.c 			NDR_PULL_ALLOC(ndr, r->location);
location         6270 librpc/gen_ndr/ndr_spoolss.c 			r->location = NULL;
location         6393 librpc/gen_ndr/ndr_spoolss.c 		if (r->location) {
location         6395 librpc/gen_ndr/ndr_spoolss.c 			NDR_PULL_SET_MEM_CTX(ndr, r->location, 0);
location         6396 librpc/gen_ndr/ndr_spoolss.c 			NDR_CHECK(ndr_pull_array_size(ndr, &r->location));
location         6397 librpc/gen_ndr/ndr_spoolss.c 			NDR_CHECK(ndr_pull_array_length(ndr, &r->location));
location         6398 librpc/gen_ndr/ndr_spoolss.c 			if (ndr_get_array_length(ndr, &r->location) > ndr_get_array_size(ndr, &r->location)) {
location         6399 librpc/gen_ndr/ndr_spoolss.c 				return ndr_pull_error(ndr, NDR_ERR_ARRAY_SIZE, "Bad array size %u should exceed array length %u", ndr_get_array_size(ndr, &r->location), ndr_get_array_length(ndr, &r->location));
location         6401 librpc/gen_ndr/ndr_spoolss.c 			NDR_CHECK(ndr_check_string_terminator(ndr, ndr_get_array_length(ndr, &r->location), sizeof(uint16_t)));
location         6402 librpc/gen_ndr/ndr_spoolss.c 			NDR_CHECK(ndr_pull_charset(ndr, NDR_SCALARS, &r->location, ndr_get_array_length(ndr, &r->location), sizeof(uint16_t), CH_UTF16));
location         6519 librpc/gen_ndr/ndr_spoolss.c 	ndr_print_ptr(ndr, "location", r->location);
location         6521 librpc/gen_ndr/ndr_spoolss.c 	if (r->location) {
location         6522 librpc/gen_ndr/ndr_spoolss.c 		ndr_print_string(ndr, "location", r->location);
location          331 librpc/gen_ndr/spoolss.h 	const char * location;/* [relative,flag(LIBNDR_FLAG_STR_NULLTERM)] */
location          659 librpc/gen_ndr/spoolss.h 	const char *location;/* [unique,charset(UTF16)] */
location           43 source3/include/debug.h bool dbghdrclass( int level, int cls, const char *location, const char *func);
location           44 source3/include/debug.h bool dbghdr( int level, const char *location, const char *func);
location          316 source3/include/nt_printing.h 	fstring location;
location          479 source3/include/proto.h bool dbghdrclass(int level, int cls, const char *location, const char *func);
location          480 source3/include/proto.h bool dbghdr(int level, const char *location, const char *func);
location          749 source3/include/proto.h 		      const char *location,
location         4638 source3/include/proto.h NTSTATUS pdb_init_ldapsam_compat(struct pdb_methods **pdb_method, const char *location);
location         4639 source3/include/proto.h NTSTATUS pdb_init_ldapsam(struct pdb_methods **pdb_method, const char *location);
location         4782 source3/include/proto.h void notify_printer_location(int snum, char *location);
location          134 source3/include/smbldap.h                       const char *location,
location          200 source3/include/smbldap.h 	char *location;
location          204 source3/include/smbldap.h NTSTATUS pdb_init_ldapsam_compat( struct pdb_methods **pdb_method, const char *location);
location          210 source3/include/smbldap.h NTSTATUS pdb_init_ldapsam( struct pdb_methods **pdb_method, const char *location);
location          987 source3/lib/debug.c bool dbghdrclass(int level, int cls, const char *location, const char *func)
location         1052 source3/lib/debug.c 			level, header_str, location, func );
location         1060 source3/lib/debug.c bool dbghdr(int level, const char *location, const char *func)
location         1063 source3/lib/debug.c 	return dbghdrclass(level, 0, location, func);
location          153 source3/lib/events.c static int s3_event_loop_once(struct tevent_context *ev, const char *location)
location         1688 source3/lib/smbldap.c 		      const char *location,
location         1697 source3/lib/smbldap.c 	if (location) {
location         1698 source3/lib/smbldap.c 		(*smbldap_state)->uri = talloc_strdup(mem_ctx, location);
location         6183 source3/passdb/pdb_ldap.c static NTSTATUS pdb_init_ldapsam_common(struct pdb_methods **pdb_method, const char *location)
location         6230 source3/passdb/pdb_ldap.c 				 location, &ldap_state->smbldap_state);
location         6251 source3/passdb/pdb_ldap.c NTSTATUS pdb_init_ldapsam_compat(struct pdb_methods **pdb_method, const char *location)
location         6255 source3/passdb/pdb_ldap.c 	char *uri = talloc_strdup( NULL, location );
location         6280 source3/passdb/pdb_ldap.c NTSTATUS pdb_init_ldapsam(struct pdb_methods **pdb_method, const char *location)
location         6292 source3/passdb/pdb_ldap.c 	char *uri = talloc_strdup( NULL, location );
location          812 source3/passdb/pdb_nds.c 			rc = smb_ldap_setup_full_conn(&ld, ldap_state->location);
location          856 source3/passdb/pdb_nds.c static NTSTATUS pdb_init_NDS_ldapsam_common(struct pdb_methods **pdb_method, const char *location)
location          868 source3/passdb/pdb_nds.c 	ldap_state->location = SMB_STRDUP(location);
location          878 source3/passdb/pdb_nds.c static NTSTATUS pdb_init_NDS_ldapsam_compat(struct pdb_methods **pdb_method, const char *location)
location          880 source3/passdb/pdb_nds.c 	NTSTATUS nt_status = pdb_init_ldapsam_compat(pdb_method, location);
location          884 source3/passdb/pdb_nds.c 	pdb_init_NDS_ldapsam_common(pdb_method, location);
location          894 source3/passdb/pdb_nds.c static NTSTATUS pdb_init_NDS_ldapsam(struct pdb_methods **pdb_method, const char *location)
location          896 source3/passdb/pdb_nds.c 	NTSTATUS nt_status = pdb_init_ldapsam(pdb_method, location);
location          900 source3/passdb/pdb_nds.c 	pdb_init_NDS_ldapsam_common(pdb_method, location);
location         1666 source3/passdb/pdb_smbpasswd.c static NTSTATUS pdb_init_smbpasswd( struct pdb_methods **pdb_method, const char *location )
location         1696 source3/passdb/pdb_smbpasswd.c 	if (location) {
location         1697 source3/passdb/pdb_smbpasswd.c 		privates->smbpasswd_file = talloc_strdup(*pdb_method, location);
location         1229 source3/passdb/pdb_tdb.c static NTSTATUS pdb_init_tdbsam(struct pdb_methods **pdb_method, const char *location)
location         1233 source3/passdb/pdb_tdb.c 	const char *pfile = location;
location         1254 source3/passdb/pdb_tdb.c 	if (!location) {
location          390 source3/passdb/pdb_wbc_sam.c static NTSTATUS pdb_init_wbc_sam(struct pdb_methods **pdb_method, const char *location)
location          517 source3/printing/notify.c void notify_printer_location(int snum, char *location)
location          523 source3/printing/notify.c 		snum, strlen(location) + 1, location);
location         2569 source3/printing/nt_printing.c 			info->location,
location         3087 source3/printing/nt_printing.c 	map_sz_into_ctr(ctr, SPOOL_REG_LOCATION, info2->location);
location         3927 source3/printing/nt_printing.c 		if ( !strlen(info->location) || !strlen(info->comment) )
location         4012 source3/printing/nt_printing.c 			info->location,
location         4042 source3/printing/nt_printing.c 		if ( !strlen(info->location) || !strlen(info->comment) )
location         4134 source3/printing/nt_printing.c 				DEBUGADD(106,("location:[%s]\n", info2->location));
location         1745 source3/printing/print_cups.c 			     && !strlen(printer->location) )
location         1747 source3/printing/print_cups.c 				char *location = NULL;
location         1749 source3/printing/print_cups.c 						&location,
location         1755 source3/printing/print_cups.c 					 location));
location         1756 source3/printing/print_cups.c 			    	strlcpy(printer->location,
location         1757 source3/printing/print_cups.c 					location,
location         1758 source3/printing/print_cups.c 					sizeof(printer->location));
location          412 source3/registry/reg_backend_printing.c 	init_unistr2( &data, info2->location, UNI_STR_TERMINATE);
location          631 source3/registry/reg_backend_printing.c 				rpcstr_pull( printer2->location, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
location         1787 source3/rpc_server/srv_spoolss_nt.c 	fstrcpy(d->location,	r->location);
location         2925 source3/rpc_server/srv_spoolss_nt.c 	SETUP_SPOOLSS_NOTIFY_DATA_STRING(data, printer->info_2->location);
location         4132 source3/rpc_server/srv_spoolss_nt.c 						  ntprinter->info_2->location);
location         4182 source3/rpc_server/srv_spoolss_nt.c 	r->location		= talloc_strdup(mem_ctx, ntprinter->info_2->location);
location         4183 source3/rpc_server/srv_spoolss_nt.c 	W_ERROR_HAVE_NO_MEMORY(r->location);
location         5885 source3/rpc_server/srv_spoolss_nt.c 		info->portname, info->drivername, info->comment, info->location));
location         5998 source3/rpc_server/srv_spoolss_nt.c 			printer->info_2->location, printer->info_2->comment, remote_machine);
location         6146 source3/rpc_server/srv_spoolss_nt.c 			|| !strequal(printer->info_2->location, old_printer->info_2->location)) )
location         6222 source3/rpc_server/srv_spoolss_nt.c 	if (!strequal(printer->info_2->location, old_printer->info_2->location)) {
location         6223 source3/rpc_server/srv_spoolss_nt.c 		init_unistr2( &buffer, printer->info_2->location, UNI_STR_TERMINATE);
location         6227 source3/rpc_server/srv_spoolss_nt.c 		notify_printer_location(snum, printer->info_2->location);
location          202 source3/rpcclient/cmd_spoolss.c 	printf("\tlocation:[%s]\n", r->location);
location          647 source3/smbd/lanman.c 	fstring 			location;
location          677 source3/smbd/lanman.c 	fstrcpy(location, "\\\\%L\\print$\\WIN40\\0");
location          678 source3/smbd/lanman.c 	standard_sub_basic( "", "", location, sizeof(location)-1 );
location          679 source3/smbd/lanman.c 	PACKS(desc,"z", location);                          /* share to retrieve files */
location          689 source3/smbd/lanman.c 	DEBUG(3,("Driver Location: %s:\n",location));
location          206 source4/lib/registry/dir.c 			  const char *location, struct hive_key **key)
location          210 source4/lib/registry/dir.c 	if (location == NULL)
location          215 source4/lib/registry/dir.c 	dk->path = talloc_strdup(dk, location);
location          221 source4/lib/registry/dir.c 			    const char *location, struct hive_key **key)
location          223 source4/lib/registry/dir.c 	if (mkdir(location, 0700) != 0) {
location          228 source4/lib/registry/dir.c 	return reg_open_directory(parent_ctx, location, key);
location           28 source4/lib/registry/hive.c _PUBLIC_ WERROR reg_open_hive(TALLOC_CTX *parent_ctx, const char *location,
location           39 source4/lib/registry/hive.c 	if (directory_exist(location)) {
location           40 source4/lib/registry/hive.c 		return reg_open_directory(parent_ctx, location, root);
location           43 source4/lib/registry/hive.c 	fd = open(location, O_RDWR);
location           57 source4/lib/registry/hive.c 		return reg_open_regf_file(parent_ctx, location, lp_iconv_convenience(lp_ctx), root);
location           60 source4/lib/registry/hive.c 		return reg_open_ldb_file(parent_ctx, location, session_info,
location          429 source4/lib/registry/ldb.c WERROR reg_open_ldb_file(TALLOC_CTX *parent_ctx, const char *location,
location          440 source4/lib/registry/ldb.c 	if (location == NULL)
location          444 source4/lib/registry/ldb.c 				location, session_info, credentials, 0, NULL);
location          307 source4/lib/registry/pyregistry.c 	char *location;
location          311 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTuple(args, "s", &location))
location          314 source4/lib/registry/pyregistry.c 	result = reg_open_directory(NULL, location, &key);
location          322 source4/lib/registry/pyregistry.c 	char *location;
location          326 source4/lib/registry/pyregistry.c 	if (!PyArg_ParseTuple(args, "s", &location))
location          329 source4/lib/registry/pyregistry.c 	result = reg_create_directory(NULL, location, &key);
location          340 source4/lib/registry/pyregistry.c 	char *location;
location          348 source4/lib/registry/pyregistry.c 									 &location, 
location          367 source4/lib/registry/pyregistry.c 	result = reg_open_ldb_file(NULL, location, session_info, credentials,
location         1914 source4/lib/registry/regf.c 			    const char *location,
location         1935 source4/lib/registry/regf.c 	regf->fd = creat(location, 0644);
location         1938 source4/lib/registry/regf.c 		DEBUG(0,("Could not create file: %s, %s\n", location,
location         2040 source4/lib/registry/regf.c WERROR reg_open_regf_file(TALLOC_CTX *parent_ctx, const char *location, 
location         2057 source4/lib/registry/regf.c 	regf->fd = open(location, O_RDWR);
location         2060 source4/lib/registry/regf.c 		DEBUG(0,("Could not load file: %s, %s\n", location,
location         2088 source4/lib/registry/regf.c 			regf_hdr->REGF_ID, location));
location         2096 source4/lib/registry/regf.c 			location, regf_hdr->chksum,
location          154 source4/lib/registry/registry.h WERROR reg_open_hive(TALLOC_CTX *parent_ctx, const char *location,
location          203 source4/lib/registry/registry.h 			  const char *location, struct hive_key **key);
location          205 source4/lib/registry/registry.h 			  const char *location, struct smb_iconv_convenience *iconv_convenience,
location          207 source4/lib/registry/registry.h WERROR reg_open_ldb_file(TALLOC_CTX *parent_ctx, const char *location,
location          216 source4/lib/registry/registry.h 			    const char *location, struct hive_key **key);
location          219 source4/lib/registry/registry.h 			    const char *location,
location          383 source4/lib/registry/registry.h 		       const char *location, struct tevent_context *ev);
location          483 source4/lib/registry/rpc.c 				const char *location, struct tevent_context *ev)
location          494 source4/lib/registry/rpc.c 	if (!location) {
location          495 source4/lib/registry/rpc.c 		location = talloc_strdup(rctx, "ncalrpc:");
location          499 source4/lib/registry/rpc.c 				     &p, location,
location          505 source4/lib/registry/rpc.c 		DEBUG(1, ("Unable to open '%s': %s\n", location,
location           38 source4/lib/registry/samba.c 	const char *location;
location           40 source4/lib/registry/samba.c 	location = talloc_asprintf(ctx, "%s/%s.ldb",
location           44 source4/lib/registry/samba.c 	error = reg_open_hive(ctx, location, auth_info, creds, event_ctx, lp_ctx, &hive);
location           47 source4/lib/registry/samba.c 		error = reg_open_ldb_file(ctx, location, auth_info,
location          536 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 			info[i].info2.location		= samdb_result_string(msgs[i], "location", NULL);
location          577 source4/torture/libnet/libnet_BecomeDC.c 	char *location = NULL;
location          578 source4/torture/libnet/libnet_BecomeDC.c 	torture_assert_ntstatus_ok(torture, torture_temp_dir(torture, "libnet_BecomeDC", &location), 
location          592 source4/torture/libnet/libnet_BecomeDC.c 	s->targetdir = location;
location           32 source4/torture/local/torture.c 	char *location = NULL;
location           35 source4/torture/local/torture.c 	torture_assert_ntstatus_ok(tctx, torture_temp_dir(mem_ctx, "tempdir", &location), 
location           38 source4/torture/local/torture.c 	torture_assert(tctx, directory_exist(location), 
location           78 source4/torture/raw/streams.c static bool check_stream(struct smbcli_state *cli, const char *location,
location           95 source4/torture/raw/streams.c 			       location, full_name);
location          103 source4/torture/raw/streams.c 		       location, full_name, smbcli_errstr(cli->tree));
location          112 source4/torture/raw/streams.c 		       location, (long)strlen(value), full_name, (int)ret);
location          117 source4/torture/raw/streams.c 		printf("(%s) Bad data in stream\n", location);
location           81 source4/torture/raw/write.c static bool check_buffer(uint8_t *buf, uint_t seed, int len, const char *location)
location           89 source4/torture/raw/write.c 			       location, i, buf[i], v);
location           70 source4/torture/util.h _PUBLIC_ bool check_error(const char *location, struct smbcli_state *c, 
location          579 source4/torture/util_smb.c _PUBLIC_ bool check_error(const char *location, struct smbcli_state *c, 
location          593 source4/torture/util_smb.c                                nt_errstr(nterr), location);
location          599 source4/torture/util_smb.c                         printf(" expected %s (at %s)\n", nt_errstr(nterr), location);