Home
last modified time | relevance | path

Searched refs:fatn_try (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Dload_plugins.c804 fat_node_t fatn_try; in collect_plugins() local
806 fatn_try.file.filename = (char *)path; /* will not be written to */ in collect_plugins()
807 fatn_try.file.filesize = statbuf.st_size; in collect_plugins()
808 fatn_try.file.filemtime = statbuf.st_mtime; in collect_plugins()
809 index = xine_sarray_binary_search (this->plugin_catalog->cache_list, &fatn_try); in collect_plugins()