Searched defs:small_file_trailer (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsocket.c1132 static void *small_file_trailer, *large_file_header, *large_file_trailer; variable
1246 if (memcmp(small_file_trailer,
1332 if (memcmp(small_file_trailer, small_buf + SMALL_FILE_LEN_2,
1546 sfd.trailer = small_file_trailer;
1615 sfd.trailer = small_file_trailer;
1988 small_file_trailer = PR_MALLOC(SMALL_FILE_TRAILER_SIZE);
1989 if (small_file_trailer == NULL) {
1995 memset(small_file_trailer, (int) PR_IntervalNow(),

Completed in 49 milliseconds