Searched refs:x1 (Results 1 - 8 of 8) sorted by relevance

/httpd/include/
H A Dutil_time.h47 #define AP_CTIME_OPTION_USEC 0x1
H A Dutil_filter.h614 #define AP_FILTER_PROTO_CHANGE 0x1
/httpd/modules/generators/
H A Dmod_status.h32 #define AP_STATUS_SHORT (0x1) /* short, non-HTML report requested */
H A Dmod_autoindex.c1691 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 Dmod_imagemap.c185 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 Dsed0.c40 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 Dmod_proxy_html.c115 #define NORM_LC 0x1
/httpd/modules/database/
H A Dmod_dbd.c49 #define NMIN_SET 0x1

Completed in 48 milliseconds