Home
last modified time | relevance | path

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

/AOO42X/main/tools/source/inet/
H A Dinetstrm.cxx275 if (pSourceMsg == NULL) return INETSTREAM_STATUS_ERROR; in GetData()
328 if (pSourceMsg == NULL) return INETSTREAM_STATUS_ERROR; in GetMsgLine()
428 if (pTargetMsg == NULL) return INETSTREAM_STATUS_ERROR; in PutData()
536 if (pTargetMsg == NULL) return INETSTREAM_STATUS_ERROR; in PutMsgLine()
568 if (nWrite < nSize) return INETSTREAM_STATUS_ERROR; in PutMsgLine()
646 if (pMsg == NULL) return INETSTREAM_STATUS_ERROR; in GetMsgLine()
867 if (pMsg == NULL) return INETSTREAM_STATUS_ERROR; in PutMsgLine()
935 if (nWrite < nRead) return INETSTREAM_STATUS_ERROR; in PutMsgLine()
995 if (pMsg == NULL) return INETSTREAM_STATUS_ERROR; in GetMsgLine()
1197 if (pMsg == NULL) return INETSTREAM_STATUS_ERROR; in PutMsgLine()
[all …]
H A Dinetmsg.cxx1570 return (!(status == INETSTREAM_STATUS_ERROR)); in DetachChild()
/AOO42X/main/tools/inc/tools/
H A Dinetstrm.hxx46 INETSTREAM_STATUS_ERROR = -1 enumerator