Searched refs:f_or (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/shell_cmds-179/find/
H A Doperator.c197 if (node->execute == f_or)
253 if (next->execute == f_or) {
H A Doption.c134 { "-o", c_simple, f_or, 0 },
137 { "-or", c_simple, f_or, 0 },
H A Dextern.h102 exec_f f_or; variable
H A Dfunction.c1717 f_or(PLAN *plan, FTSENT *entry) function
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Drefint.c721 ftop.f_or = NULL;
734 fptr->f_next = ftop.f_or;
735 ftop.f_or = fptr;
754 for (fptr = ftop.f_or; fptr; fptr = fptr->f_next )
821 for ( fptr = ftop.f_or; fptr; ) {
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dsearch.c1204 xf.f_or = op->oq_search.rs_filter;
1220 rf.f_next = xf.f_or;
1221 xf.f_or = &rf;
1232 nf.f_next = ( xf.f_or == op->oq_search.rs_filter )
H A Dfilterindex.c205 f->f_or, LDAP_FILTER_OR, ids, tmp, stack );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dfilter.c237 err = get_filter_list( op, ber, &f.f_or, text );
241 if ( f.f_or == NULL ) {
H A Dfilterentry.c123 rc = test_filter_or( op, e, f->f_or );
H A Dslap.h1101 #define f_or f_un.f_un_complex macro
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Dsearch.c736 rc = backsql_process_filter_list( bsi, f->f_or,

Completed in 233 milliseconds