Lines Matching defs:found
956 * Return the desired information; either the remote DNS name, if found,
1158 const ap_directive_t *found;
1192 && ((found = find_parent(cmd->directive, "<Directory"))
1193 || (found = find_parent(cmd->directive, "<DirectoryMatch"))))
1195 && ((found = find_parent(cmd->directive, "<Location"))
1196 || (found = find_parent(cmd->directive, "<LocationMatch"))))
1198 && ((found = find_parent(cmd->directive, "<Files"))
1199 || (found = find_parent(cmd->directive, "<FilesMatch"))
1200 || (found = find_parent(cmd->directive, "<If"))
1201 || (found = find_parent(cmd->directive, "<ElseIf"))
1202 || (found = find_parent(cmd->directive, "<Else"))))) {
1204 " cannot occur within ", found->directive,
2545 module *found = ap_find_linked_module(name);
2548 if (!found) {
2553 found = current->modp;
2560 if (!found) {
2581 found = check_symbol(s->is_virtual ? ap_server_conf : s, name);
2585 return found;
2593 module *found;
2609 found = find_module(cmd->server, arg);
2611 if ((!not && found) || (not && !found)) {