HomeSort by relevance Sort by last modified time
    Searched refs:postdata (Results 1 - 8 of 8) sorted by null

  /external/curl/src/
tool_getparam.c 1124 char *postdata = NULL; local
    [all...]
  /external/autotest/frontend/afe/json_rpc/
proxy.py 102 postdata = json_encoder_class().encode({'method': self.__serviceName,
105 request = urllib2.Request(self.__serviceURL, data=postdata,
  /external/curl/lib/
http.h 130 const char *postdata; member in struct:HTTP
143 const char *postdata; member in struct:HTTP::back
http.c 995 memcpy(buffer, http->postdata, (size_t)http->postsize);
1000 http->postdata = http->backup.postdata;
1015 memcpy(buffer, http->postdata, fullsize);
1016 http->postdata += fullsize;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cgi.py 238 postdata = """-----------------------------721837373350705526688164684
258 fs = cgi.FieldStorage(fp=StringIO(postdata), environ=env)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cgi.py 238 postdata = """-----------------------------721837373350705526688164684
258 fs = cgi.FieldStorage(fp=StringIO(postdata), environ=env)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py 238 postdata = """-----------------------------721837373350705526688164684
258 fs = cgi.FieldStorage(fp=StringIO(postdata), environ=env)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cgi.py 238 postdata = """-----------------------------721837373350705526688164684
258 fs = cgi.FieldStorage(fp=StringIO(postdata), environ=env)

Completed in 942 milliseconds