Home
last modified time | relevance | path

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

/PHP-5.4/sapi/webjames/
H A Dwebjames.c91 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()
99 return WG(conn)->cookie; in sapi_webjames_read_cookies()
112 if (WG(conn)->field) { \
141 …snprintf(buf, BUF_SIZE, "%d.%d.%d.%d", WG(conn)->ipaddr[0], WG(conn)->ipaddr[1], WG(conn)->ipaddr[… in sapi_webjames_register_variables()
145 if ((WG(conn)->method == METHOD_POST) || (WG(conn)->method == METHOD_PUT)) { in sapi_webjames_register_variables()
152 if (WG(conn)->pwd) { in sapi_webjames_register_variables()
233 WG(conn) = conn; in webjames_php_request()
234 WG(bodyread) = 0; in webjames_php_request()
[all …]

Completed in 8 milliseconds