Home
last modified time | relevance | path

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

/PHP-5.4/sapi/webjames/
H A Dwebjames.c34 int bodyread; /*amount of POST body read*/ member
91 if (count_bytes+WG(bodyread)>WG(conn)->bodysize) count_bytes=WG(conn)->bodysize-WG(bodyread); in sapi_webjames_read_post()
92 memcpy(buffer, WG(conn)->body+WG(bodyread), count_bytes); in sapi_webjames_read_post()
93 WG(bodyread)+=count_bytes; in sapi_webjames_read_post()
234 WG(bodyread) = 0; in webjames_php_request()

Completed in 4 milliseconds