base_path        2721 source3/include/proto.h 		    const char * base_path,
base_path         220 source3/lib/netapi/file.c 					   r->in.base_path,
base_path        2304 source3/lib/netapi/libnetapi.c 			   const char * base_path /* [in] */,
base_path        2325 source3/lib/netapi/libnetapi.c 	r.in.base_path = base_path;
base_path         417 source3/lib/netapi/libnetapi.h 			   const char * base_path /* [in] */,
base_path        2439 source3/lib/netapi/netapi.h 			   const char * base_path /* [in] */,
base_path        2057 source3/librpc/gen_ndr/libnetapi.h 		const char * base_path;
base_path        7569 source3/librpc/gen_ndr/ndr_libnetapi.c 		ndr_print_string(ndr, "base_path", r->in.base_path);
base_path        1244 source3/libsmb/clirap2.c 		    const char * base_path,
base_path        1268 source3/libsmb/clirap2.c 	PUTSTRING(p, base_path, 1024);
base_path         118 source3/modules/vfs_streams_depot.c static char *stream_dir(vfs_handle_struct *handle, const char *base_path,
base_path         147 source3/modules/vfs_streams_depot.c 		if (SMB_VFS_NEXT_STAT(handle, base_path, &sbuf) == -1) {
base_path         190 source3/modules/vfs_streams_depot.c 		if (file_is_valid(handle, base_path, check_valid)) {
base_path         260 source3/modules/vfs_streams_depot.c 	if (!mark_file_valid(handle, base_path, check_valid)) {
base_path          43 source4/lib/messaging/messaging.c 	const char *base_path;
base_path         122 source4/lib/messaging/messaging.c 	return talloc_asprintf(msg, "%s/msg.%s", msg->base_path, 
base_path         564 source4/lib/messaging/messaging.c 	msg->base_path     = talloc_reference(msg, dir);
base_path         969 source4/lib/messaging/messaging.c 	char *path = talloc_asprintf(msg_ctx, "%s/names.tdb", msg_ctx->base_path);