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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsendzlf.c48 #define TRAILER_STR "Trailer" macro
49 #define TRAILER_LEN 7 /* length of TRAILER_STR, not counting the null byte */
97 if (memcmp(buf, HEADER_STR TRAILER_STR TRAILER_STR HEADER_STR HEADER_STR,
128 memcpy(trailer, TRAILER_STR, TRAILER_LEN);

Completed in 2055 milliseconds