Lines Matching defs:buf_data
495 char *buf_data = (char*)buf_ptr;
521 strcpy(buf_data, elts[i].key);
522 buf_data += strlen(elts[i].key);
523 *(buf_data++) = ':';
524 strcpy(buf_data, elts[i].val);
525 buf_data += strlen(elts[i].val);
526 *(buf_data++) = '\r';
527 *(buf_data++) = '\n';
531 *(buf_data++) = '\0';
556 strcpy(buf_data, elts[i].key);
557 buf_data += strlen(elts[i].key);
558 *(buf_data++) = ':';
559 *(buf_data++) = ' ';
560 strcpy(buf_data, elts[i].val);
561 buf_data += strlen(elts[i].val);
562 *(buf_data++) = '\r';
563 *(buf_data++) = '\n';
565 *(buf_data++) = '\0';
580 strcpy(buf_data, result);
591 void *buf_data,
603 ((res = ap_get_client_block(r, (char*)buf_data + read,
815 char *buf_data = (char*)buf_ptr;
826 ate = send_response_header(cid, NULL, buf_data, 0, buf_size);
832 buf_data += ate;
838 b = apr_bucket_transient_create(buf_data, buf_size, c->bucket_alloc);
871 char *buf_data = (char*)buf_ptr;
883 apr_table_set (r->headers_out, "Location", buf_data);
904 buf_data = apr_pstrdup(r->pool, (char*)buf_data);
905 ap_internal_redirect(buf_data, r);
913 if (buf_data)
914 statlen = strlen((char*) buf_data);
917 ate = send_response_header(cid, (char*) buf_data,
969 char *file = (char *)buf_data;
996 *buf_size = apr_cpystrn(buf_data, file, *buf_size) - buf_data;
1010 /* Log buf_data, of buf_size bytes, in the URI Query (cs-uri-query) field
1012 apr_table_set(r->notes, "isapi-parameter", (char*) buf_data);
1015 r->args = apr_pstrcat(r->pool, r->args, (char*) buf_data, NULL);
1017 r->args = apr_pstrdup(r->pool, (char*) buf_data);
1022 (char*) buf_data);
1030 * to HSE_REQ_IO_COMPLETION, and buf_data may be set to NULL.
1033 cid->completion = (PFN_HSE_IO_COMPLETION) buf_data;
1048 HSE_TF_INFO *tf = (HSE_TF_INFO*)buf_data;
1181 *((int *)buf_data) = (r->connection->keepalive == AP_CONN_KEEPALIVE);
1202 ((res = ap_get_client_block(r, (char*)buf_data + read,
1241 char* test_uri = apr_pstrndup(r->pool, (char *)buf_data, *buf_size);
1326 HSE_SEND_HEADER_EX_INFO *shi = (HSE_SEND_HEADER_EX_INFO*)buf_data;
1377 *((int *)buf_data) = (r->connection->aborted == 0);