Home | History | Annotate | Download | only in lib

Lines Matching refs:postdata

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;
1159 http->backup.postdata = http->postdata;
1165 http->postdata = ptr;
2422 http->postdata = NULL; /* nothing to post at this point */
2677 http->postdata = data->set.postfields;
2715 http->postdata = (char *)&http->postdata;
2728 &http->readbytecount, http->postdata?FIRSTSOCKET:-1,
2729 http->postdata?&http->writebytecount:NULL);
2746 http->postdata?FIRSTSOCKET:-1,
2747 http->postdata?&http->writebytecount:NULL);