Searched defs:at (Results 1 - 2 of 2) sorted by relevance

/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);

Completed in 1206 milliseconds