Home
last modified time | relevance | path

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

/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchSndFile.c147 file_class->identify_order = IPATCH_FILE_IDENTIFY_ORDER_LAST - 100; in ipatch_snd_file_class_init()
H A DIpatchFile.h83 int identify_order; /* Identify execution order (see #IpatchFileIdentifyOrder, 0 = default) */ member
H A DIpatchFile.c1685 retval = klassb->identify_order - klassa->identify_order; in sort_type_by_identify_order()