Searched refs:boxnum (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/apr-32/apr/apr/test/
H A Dtestshmproducer.c32 static void msgput(int boxnum, char *msg) argument
34 apr_cpystrn(boxes[boxnum].msg, msg, strlen(msg) + 1);
35 boxes[boxnum].msgavail = 1;
H A Dtestshm.c57 static void msgput(int boxnum, char *msg) argument
59 apr_cpystrn(boxes[boxnum].msg, msg, strlen(msg) + 1);
60 boxes[boxnum].msgavail = 1;

Completed in 61 milliseconds