Searched refs:in_buf (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dthrpool_client.c179 buffer *in_buf, *out_buf; local
192 in_buf = PR_NEW(buffer);
193 if (in_buf == NULL) {
233 if (readn(sockfd, in_buf->data, bytes) < bytes) {
241 if (memcmp(in_buf->data, out_buf->data, bytes) != 0) {
258 PR_DELETE(in_buf);
H A Dthrpool_server.c139 buffer *in_buf; member in struct:Session
162 buf = sp->in_buf->data;
202 buf = sp->in_buf->data;
234 PR_DELETE(sp->in_buf);
250 buffer *in_buf; local
257 in_buf = PR_NEW(buffer);
258 if (in_buf == NULL) {
264 sp->in_buf = in_buf;
H A Dsocket.c287 buffer *in_buf; local
292 in_buf = PR_NEW(buffer);
293 if (in_buf == NULL) {
304 if (readn(sockfd, in_buf->data, bytes) < bytes) {
317 (*((int *) in_buf->data))));
318 if (writen(sockfd, in_buf->data, bytes) < bytes) {
334 if (in_buf) {
335 PR_DELETE(in_buf);
537 buffer *in_buf; local
607 in_buf
664 buffer *in_buf, *out_buf; local
767 buffer *in_buf, *out_buf; local
[all...]
H A Dtestfile.c113 buffer *in_buf, *out_buf; variable
252 DPRINTF(("Read in_buf[0] = 0x%x\n",(*((int *) buf))));
461 in_buf = PR_NEW(buffer);
462 if (in_buf == NULL) {
527 fparamp->buf = in_buf->data + offset;
549 if (memcmp(in_buf->data, out_buf->data, offset) != 0) {

Completed in 353 milliseconds