Searched refs:x1 (Results 1 - 8 of 8) sorted by relevance
/httpd/include/ |
H A D | util_time.h | 47 #define AP_CTIME_OPTION_USEC 0x1
|
H A D | util_filter.h | 614 #define AP_FILTER_PROTO_CHANGE 0x1
|
/httpd/modules/generators/ |
H A D | mod_status.h | 32 #define AP_STATUS_SHORT (0x1) /* short, non-HTML report requested */
|
H A D | mod_autoindex.c | 1691 ap_rvputs(r, " <tr class=\"", ( x & 0x1) ? "odd-" : "even-", altclass, "\">", NULL); 1694 ap_rvputs(r, " <tr class=\"", ( x & 0x1) ? "odd" : "even", "\">", NULL);
|
/httpd/modules/mappers/ |
H A D | mod_imagemap.c | 185 double x1=pgon[i][X]; local 189 double d=(y - y1) * (x2 - x1) - (x - x1) * (y2 - y1); 194 if (!d && fmin(x1,x2) <= x && x <= fmax(x1,x2)
|
/httpd/modules/filters/ |
H A D | sed0.c | 40 char *x1, char *ep, char *x3, char x4); 988 char *x1, char *ep, char *x3, char x4) 987 comple(sed_commands_t *commands, sed_comp_args *compargs, char *x1, char *ep, char *x3, char x4) argument
|
H A D | mod_proxy_html.c | 115 #define NORM_LC 0x1
|
/httpd/modules/database/ |
H A D | mod_dbd.c | 49 #define NMIN_SET 0x1
|
Completed in 48 milliseconds