Lines Matching defs:find
92 * with a group or share and find the library handle needed for
818 * find all the shared objects
866 * and find out what is there.
1118 * search the XML document subtree specified by node to find the group
1171 * We want to find the, possibly, named group. If
1173 * NULL, we only do the find if groupname is also
1181 /* if a subgroup, find it before returning */
1277 * find the child node of the specified node that has "type". This is
2627 * error to not find one.
3251 /* It is legitimate to not find a handle */
3274 * levels to find the group but the parent needs to be
3478 * sa_get_next_protocol_section(prop, find)
3484 sa_get_next_protocol_section(sa_property_t prop, char *find)
3500 if (find == NULL)
3504 xmlStrcasecmp(value, (xmlChar *)find) == 0) {
3572 sa_get_next_protocol_property(sa_property_t prop, char *find)
3580 if (find == NULL)
3584 xmlStrcasecmp(value, (xmlChar *)find) == 0) {