Searched refs:path_key (Results 1 – 2 of 2) sorted by relevance
79 OBJECT * const path_key = path_as_key( path ); in file_archive_info() local86 archive = (file_archive_info_t *)hash_insert( archivecache_hash, path_key, in file_archive_info()91 archive->name = path_key; in file_archive_info()96 object_free( path_key ); in file_archive_info()216 OBJECT * const path_key = path_as_key( path ); in file_info() local222 finfo = (file_info_t *)hash_insert( filecache_hash, path_key, found ); in file_info()225 finfo->name = path_key; in file_info()229 object_free( path_key ); in file_info()
229 static path_key_entry * path_key( OBJECT * const path, in path_key() function384 path_key( canonic_path, 1 ); in path_register_key()390 return object_copy( path_key( path, 0 )->key ); in path_as_key()