Searched refs:postdata (Results 1 – 2 of 2) sorted by relevance
634 const char *postdata, in stress_main() argument678 if (postdata && *postdata !=0) { in stress_main()679 ECB.cbAvailable = strlen(postdata); in stress_main()681 ECB.lpbData = (unsigned char *)postdata; in stress_main()
247 public $postdata = NULL; variable in HTTPRequest271 function HTTPRequest($URL, $headers=array(), $options=array(), $postdata=NULL) argument277 $this->postdata = &$postdata;
Completed in 9 milliseconds