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

/external/libxml2/doc/examples/
H A Dparse4.c21 * readPacket:
30 readPacket(char *mem, int size) { function
54 res = readPacket(chars, 4);
79 while ((res = readPacket(chars, 4)) > 0) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DSocketTransportWrapper.java235 public byte[] readPacket() throws IOException { method in class:SocketTransportWrapper
H A DTransportWrapper.java88 public byte[] readPacket() throws IOException; method in interface:TransportWrapper
/external/skia/experimental/Networking/
H A DSkSockets.cpp82 int SkSocket::readPacket(void (*onRead)(int, const void*, size_t, DataType, function in class:SkSocket

Completed in 279 milliseconds