Searched refs:candidates (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dufn.c111 LDAPMessage *candidates; local
133 candidates = NULL;
163 * list of candidates.
166 if ( candidates == NULL ) {
182 for ( tmpcand = candidates; tmpcand != NULL &&
215 ldap_msgfree( candidates );
216 candidates = NULL;
225 if ( (candidates = ldap_ufn_expand( ld, cancelproc,
245 if ( candidates == NULL ) {
269 *res = candidates;
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dufn.c104 LDAPMessage *candidates; local
122 candidates = NULL;
152 * list of candidates.
155 if ( candidates == NULL ) {
170 for ( tmpcand = candidates; tmpcand != NULL &&
200 ldap_msgfree( candidates );
201 candidates = NULL;
210 if ( (candidates = ldap_ufn_expand( ld, cancelproc,
227 if ( candidates == NULL ) {
248 *res = candidates;
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c100 const re_node_set *candidates)
116 const re_node_set *candidates,
122 Idx str_idx, const re_node_set *candidates)
1813 const re_node_set *candidates;
1814 candidates = ((mctx->state_log[str_idx] == NULL) ? NULL
1821 if (candidates)
1825 err = add_epsilon_src_nodes (dfa, dest_nodes, candidates);
1832 err = check_subexp_limits (dfa, dest_nodes, candidates, &sctx->limits,
1844 if (candidates && mctx->state_log[str_idx]->has_backref)
1846 err = sift_states_bkref (mctx, sctx, str_idx, candidates);
1810 const re_node_set *candidates; local
1852 add_epsilon_src_nodes(const re_dfa_t *dfa, re_node_set *dest_nodes, const re_node_set *candidates) argument
1881 sub_epsilon_src_nodes(const re_dfa_t *dfa, Idx node, re_node_set *dest_nodes, const re_node_set *candidates) argument
2078 check_subexp_limits(const re_dfa_t *dfa, re_node_set *dest_nodes, const re_node_set *candidates, re_node_set *limits, struct re_backref_cache_entry *bkref_ents, Idx str_idx) argument
2166 sift_states_bkref(const re_match_context_t *mctx, re_sift_context_t *sctx, Idx str_idx, const re_node_set *candidates) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL197 candidates for inlining.
264 identify candidates for inlining.

Completed in 23 milliseconds