Home
last modified time | relevance | path

Searched refs:packetType (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/classes/viewer/impls/mathematica/
H A Druntime.c128 int packetType; in processPackets() local
135 while ((packetType = MLNextPacket(link)) && (packetType != RETURNPKT)) { in processPackets()
136 switch (packetType) { in processPackets()
202 if (!packetType) { in processPackets()
206 } else if (packetType == RETURNPKT) { in processPackets()
210 fprintf(stderr, "Invalid packet type %d\n", packetType); in processPackets()