Home | History | Annotate | Download | only in lib

Lines Matching full:postdata

1012     memcpy(buffer, http->postdata, (size_t)http->postsize);
1017 http->postdata = http->backup.postdata;
1032 memcpy(buffer, http->postdata, fullsize);
1033 http->postdata += fullsize;
1177 http->backup.postdata = http->postdata;
1183 http->postdata = ptr;
2406 http->postdata = NULL; /* nothing to post at this point */
2661 http->postdata = data->set.postfields;
2699 http->postdata = (char *)&http->postdata;
2712 &http->readbytecount, http->postdata?FIRSTSOCKET:-1,
2713 http->postdata?&http->writebytecount:NULL);
2730 http->postdata?FIRSTSOCKET:-1,
2731 http->postdata?&http->writebytecount:NULL);