Searched defs:left (Results 1 - 6 of 6) sorted by relevance
/httpd/modules/mappers/ |
H A D | mod_speling.c | 191 static int sort_by_quality(const void *left, const void *rite) argument 193 return (int) (((misspelled_file *) left)->quality)
|
/httpd/modules/filters/ |
H A D | mod_substitute.c | 154 * space_left counts how many bytes we have left until the 237 int left = bytes; local 241 while (!ap_regexec_len(script->regexp, pos, left, 287 left -= regm[0].rm_eo; 294 copy = ap_varbuf_pdup(pool, &vb, NULL, 0, pos, left, 369 * any left over data (not a "full" line), store that 518 * no newline in whatever is left of this buffer so 537 /* Anything left we want to save/setaside for the next go-around */
|
H A D | mod_include.c | 98 struct parse_node *left; member in struct:parse_node 231 (name)->parent = (name)->left = (name)->right = NULL; \ 326 DUMP__CHILD(ctx, is, current, left) 329 if ((!current->left || current->left->dump_done) && 333 if (current->left) current->left->dump_done = 0; 346 if (root->left) root->left->dump_done = 0; 383 (((node)->left [all...] |
/httpd/modules/http/ |
H A D | http_protocol.c | 200 int left = r->server->keep_alive_max - r->connection->keepalives; local 250 || (left > 0)) 269 left)); 301 && !left) { 1290 "request. There is insufficient free space left in\n"
|
/httpd/modules/cache/ |
H A D | mod_cache.c | 777 static int cache_header_cmp(apr_pool_t *pool, apr_table_t *left, argument 782 if ((h1 = cache_table_getm(pool, left, key)) 1139 apr_table_t *left = cache->stale_handle->resp_hdrs; local 1146 if (cache_header_cmp(r->pool, left, right, "ETag")) { 1150 if (cache_header_cmp(r->pool, left, right, *eh)) { 1611 * Therefore, if this filter is left in, it must mean we need to toss any
|
/httpd/modules/proxy/ |
H A D | proxy_util.c | 1715 *worker = *runtime = apr_palloc(p, sizeof(proxy_worker)); /* right to left baby */ 2559 apr_size_t left; local 2589 left = sizeof(buffer) - 1; 2592 nbytes = left; 2595 left -= nbytes; 2602 } while (status == APR_SUCCESS && left > 0); 2603 /* Drain what's left */
|
Completed in 40 milliseconds