Lines Matching defs:to
1 /* Licensed to the Apache Software Foundation (ASF) under one or more
4 * The ASF licenses this file to You under the Apache License, Version 2.0
10 * Unless required by applicable law or agreed to in writing, software
240 int from, int to)
242 if (from < to)
243 mod_info_show_parents(r, node->parent, from, to - 1);
244 mod_info_show_open(r, node, to);
275 void (*pFunc) (void); /* just to get the right size */
283 * hook_get_t is a pointer to a function that takes void as an argument and
284 * returns a pointer to an apr_array_header_t. The nasty WIN32 ifdef
285 * is required to account for the fact that the ap_hook* calls all use
326 {"Map to Storage", ap_hook_get_map_to_storage},
1012 NULL, /* dir merger --- default is to override */