Searched defs:inBuf (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | append.c | 63 PRInt32 inBuf; /* read it back into here */ variable 131 rv = PR_Read( fd, &inBuf, sizeof(inBuf)); 132 if ( sizeof(inBuf) != rv) { 137 sum += inBuf;
|
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | md5.c | 123 account for the presence of each of the characters inBuf[0..inLen-1] 126 void MD5Update(MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen) argument 133 ppp_trace(LOG_INFO, "MD5Update: %u:%.*H\n", inLen, MIN(inLen, 20) * 2, inBuf); 134 ppp_trace(LOG_INFO, "MD5Update: %u:%s\n", inLen, inBuf); 148 mdContext->in[mdi++] = *inBuf++;
|
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | md5.c | 130 account for the presence of each of the characters inBuf[0..inLen-1] 134 MD5Update(MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen) argument 141 PPPDEBUG(LOG_INFO, ("MD5Update: %u:%.*H\n", inLen, LWIP_MIN(inLen, 20) * 2, inBuf)); 142 PPPDEBUG(LOG_INFO, ("MD5Update: %u:%s\n", inLen, inBuf)); 157 mdContext->in[mdi++] = *inBuf++;
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
Completed in 197 milliseconds