Searched defs:nbytes (Results 1 – 2 of 2) sorted by relevance
103 JNIEXPORT jint JVM_Read(jint fd, char* buf, jint nbytes) { in JVM_Read()108 JNIEXPORT jint JVM_Write(jint fd, char* buf, jint nbytes) { in JVM_Write()
254 int32_t nbytes = 0; in htmlEscape() local