Searched refs:QEQueryEvaluate (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/kext_tools-326.95.1/
H A DQEQuery.h56 * just below, and then use QEQueryEvaluate() on the objects you want to check.
58 * QEQueryEvaluate() returns true if the query matches the object you provide,
252 Boolean QEQueryEvaluate(QEQueryRef query, void * object);
H A Dkextfind_main.c364 if (QEQueryEvaluate(query, theKext)) {
372 QEQueryEvaluate(reportQuery, theKext);
383 QEQueryEvaluate(reportQuery, theKext);
H A DQEQuery.c478 QEQueryEvaluate( function

Completed in 123 milliseconds