Lines Matching refs:lsapi_packet_header
393 static inline void lsapi_buildPacketHeader( struct lsapi_packet_header * pHeader, in lsapi_buildPacketHeader()
592 static inline int verifyHeader( struct lsapi_packet_header * pHeader, char pktType ) in verifyHeader()
1293 static struct lsapi_packet_header s_ack = {'L', 'S',
1295 static struct lsapi_packet_header s_conn_close_pkt = {'L', 'S',
1299 static inline int send_notification_pkt( int fd, struct lsapi_packet_header *pkt ) in send_notification_pkt()
1353 lsapi_buildPacketHeader( (struct lsapi_packet_header *)achBuf, LSAPI_STDERR_STREAM, in lsapi_notify_pid()
1592 static struct lsapi_packet_header finish_close[2] =
1841 struct lsapi_packet_header * pHeader; in LSAPI_Write_r()
2036 struct lsapi_packet_header * pHeader = pReq->m_respPktHeader; in LSAPI_sendfile_r()
2060 struct lsapi_packet_header * pHeader = pReq->m_respPktHeader; in Flush_RespBuf_r()
2127 struct lsapi_packet_header header; in LSAPI_Write_Stderr_r()