pkey              434 lib/tdb/tools/tdbtool.c static void first_record(TDB_CONTEXT *the_tdb, TDB_DATA *pkey)
pkey              437 lib/tdb/tools/tdbtool.c 	*pkey = tdb_firstkey(the_tdb);
pkey              439 lib/tdb/tools/tdbtool.c 	dbuf = tdb_fetch(the_tdb, *pkey);
pkey              442 lib/tdb/tools/tdbtool.c 		print_rec(the_tdb, *pkey, dbuf, NULL);
pkey              446 lib/tdb/tools/tdbtool.c static void next_record(TDB_CONTEXT *the_tdb, TDB_DATA *pkey)
pkey              449 lib/tdb/tools/tdbtool.c 	*pkey = tdb_nextkey(the_tdb, *pkey);
pkey              451 lib/tdb/tools/tdbtool.c 	dbuf = tdb_fetch(the_tdb, *pkey);
pkey              455 lib/tdb/tools/tdbtool.c 		print_rec(the_tdb, *pkey, dbuf, NULL);
pkey             1627 source3/client/clitar.c 		char *pkey=*aret++;
pkey             1630 source3/client/clitar.c 		while(strchr_m("/\\.", *pkey))
pkey             1631 source3/client/clitar.c 			pkey++;
pkey             1633 source3/client/clitar.c 		if (!strslashcmp(pkey, tok))
pkey             4952 source3/include/proto.h 		    struct registry_key **pkey);
pkey             4955 source3/include/proto.h 		   struct registry_key **pkey);
pkey             4969 source3/include/proto.h 		     struct registry_key **pkey,
pkey             4985 source3/include/proto.h 		     struct registry_key **pkey);
pkey             4996 source3/include/proto.h 		       struct registry_key **pkey);
pkey              229 source3/registry/reg_api.c 		    struct registry_key **pkey)
pkey              236 source3/registry/reg_api.c 				    pkey);
pkey              246 source3/registry/reg_api.c 		   struct registry_key **pkey)
pkey              290 source3/registry/reg_api.c 				   desired_access, pkey);
pkey              453 source3/registry/reg_api.c 		     struct registry_key **pkey,
pkey              504 source3/registry/reg_api.c 	err = reg_openkey(ctx, key, path, desired_access, pkey);
pkey              544 source3/registry/reg_api.c 	err = reg_openkey(ctx, create_parent, path, desired_access, pkey);
pkey             1011 source3/registry/reg_api.c 		     struct registry_key **pkey)
pkey             1035 source3/registry/reg_api.c 		*pkey = hive;
pkey             1057 source3/registry/reg_api.c 	*pkey = key;
pkey             1179 source3/registry/reg_api.c 		       struct registry_key **pkey)
pkey             1203 source3/registry/reg_api.c 		*pkey = hive;
pkey             1219 source3/registry/reg_api.c 	err = reg_createkey(mem_ctx, hive, p+1, desired_access, pkey, paction);