Searched refs:fdes (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check_pack.c | 74 static int read_buf (FILE * fdes, int size, char *buf); 314 ppack (FILE * fdes, enum ck_msg_type type, CheckMsg * msg) in ppack() argument 327 r = fwrite (buf, 1, n, fdes); in ppack() 328 fflush (fdes); in ppack() 338 read_buf (FILE * fdes, int size, char *buf) in read_buf() argument 342 n = fread (buf, 1, size, fdes); in read_buf() 344 if (ferror (fdes)) { in read_buf() 456 punpack (FILE * fdes) in punpack() argument 467 nread = read_buf (fdes, CK_MAX_MSG_SIZE, buf); in punpack() 481 nread = read_buf (fdes, n, buf + nparse); in punpack()
|
D | check_pack.h | 81 void ppack (FILE * fdes, enum ck_msg_type type, CheckMsg * msg); 82 RcvMsg *punpack (FILE * fdes);
|
/third_party/curl/lib/ |
D | curl_setup.h | 343 # define lseek(fdes,offset,whence) _lseeki64(fdes, offset, whence) argument 345 # define fstat(fdes,stp) _fstati64(fdes, stp) argument 369 # define lseek(fdes,offset,whence) _lseek(fdes, (long)offset, whence) argument 370 # define fstat(fdes,stp) _fstat(fdes, stp) argument
|