Home
last modified time | relevance | path

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

/dports/net/nepenthes/nepenthes-0.2.2/nepenthes-core/include/
H A DDialogue.hpp51 CL_READONLY, enumerator
/dports/net/nepenthes/nepenthes-0.2.2/nepenthes-core/src/
H A DUDPSocket.cpp357 if ( (*dia)->getConsumeLevel() == CL_READONLY ) in doRecv()
471 if ( (*dia)->getConsumeLevel() == CL_READONLY ) in handleTimeout()
H A DTCPSocket.cpp658 if((*dia)->getConsumeLevel() == CL_READONLY || (*dia)->getConsumeLevel() == CL_ASSIGN_AND_DONE ) in doRecv()
692 if ((*dib)->getConsumeLevel() != CL_READONLY && *dib != *dia) in doRecv()
816 if ( (*dia)->getConsumeLevel() == CL_READONLY ) in handleTimeout()