Searched refs:at (Results 1 - 13 of 13) sorted by relevance

/httpd/modules/lua/test/htdocs/
H A Dconfig_tests.lua6 -- the License. You may obtain a copy of the License at
H A Dother.lua6 -- the License. You may obtain a copy of the License at
H A Dtest.lua6 -- the License. You may obtain a copy of the License at
/httpd/modules/lua/test/lib/
H A Dkangaroo.lua6 -- the License. You may obtain a copy of the License at
/httpd/build/
H A Dlibrary.mk6 # the License. You may obtain a copy of the License at
H A Dltlib.mk6 # the License. You may obtain a copy of the License at
H A Dprogram.mk6 # the License. You may obtain a copy of the License at
H A Dspecial.mk6 # the License. You may obtain a copy of the License at
/httpd/modules/lua/
H A Dlua_dbd.c7 * the License. You may obtain a copy of the License at
243 /* Fetch all rows at once? */
548 const char *statement, *at; local
561 at = ap_strchr_c(statement,'%');
562 while (at != NULL) {
563 if (at[1] == '%') {
564 at++;
569 at = ap_strchr_c(at+1,'%');
665 and a userdata at inde
[all...]
H A Dlua_request.c7 * the License. You may obtain a copy of the License at
113 * Verify that the thing at index is a request_rec wrapping
2339 apr_off_t at = 0; local
2346 rv = apr_socket_recv(sock, buffer+at, &received);
2349 at += received;
2354 at);
/httpd/modules/lua/test/
H A Dmoonunit.lua6 -- the License. You may obtain a copy of the License at
H A Dtest.lua8 -- the License. You may obtain a copy of the License at
/httpd/modules/generators/
H A Dmod_cgid.c6 * the License. You may obtain a copy of the License at
108 * or something that happened at steady-state. This exit status
150 * pending connection queue. If a bunch of cgi requests arrive at about
1227 * at the wrong socket file */
1441 #error at mod_cgi.c for required code in this path.
1591 /* we're done writing, or maybe we didn't write at all;
1676 /* APLOG_ERR because the core output filter message is at error,

Completed in 1093 milliseconds