Home
last modified time | relevance | path

Searched refs:combined_headers_ptr (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c153 memcpy(*combined_headers_ptr, sapi_header->header, sapi_header->header_len); in concat_header()
154 *combined_headers_ptr += sapi_header->header_len; in concat_header()
155 **combined_headers_ptr = '\r'; in concat_header()
156 (*combined_headers_ptr)++; in concat_header()
157 **combined_headers_ptr = '\n'; in concat_header()
158 (*combined_headers_ptr)++; in concat_header()
165 char *combined_headers, *combined_headers_ptr; in sapi_pi3web_send_headers() local
180 combined_headers_ptr = combined_headers; in sapi_pi3web_send_headers()
186 *combined_headers_ptr++ = '\r'; in sapi_pi3web_send_headers()
187 *combined_headers_ptr++ = '\n'; in sapi_pi3web_send_headers()
[all …]
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c233 memcpy(*combined_headers_ptr, sapi_header->header, sapi_header->header_len); in concat_header()
234 *combined_headers_ptr += sapi_header->header_len; in concat_header()
235 **combined_headers_ptr = '\r'; in concat_header()
236 (*combined_headers_ptr)++; in concat_header()
237 **combined_headers_ptr = '\n'; in concat_header()
238 (*combined_headers_ptr)++; in concat_header()
245 char *combined_headers, *combined_headers_ptr; in sapi_isapi_send_headers() local
260 combined_headers_ptr = combined_headers; in sapi_isapi_send_headers()
266 *combined_headers_ptr++ = '\r'; in sapi_isapi_send_headers()
267 *combined_headers_ptr++ = '\n'; in sapi_isapi_send_headers()
[all …]

Completed in 23 milliseconds