Searched refs:WG (Results 1 – 1 of 1) sorted by relevance
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()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 5 milliseconds