getLF            1494 sapi/litespeed/lsapilib.c int LSAPI_ReqBodyGetLine_r( LSAPI_Request * pReq, char * pBuf, size_t bufLen, int *getLF )
getLF            1502 sapi/litespeed/lsapilib.c     if (!pReq || (pReq->m_fd ==-1) ||( !pBuf )|| !getLF )
getLF            1504 sapi/litespeed/lsapilib.c     *getLF = 0;
getLF            1513 sapi/litespeed/lsapilib.c                 *getLF = 1;
getLF            1531 sapi/litespeed/lsapilib.c             *getLF = 1;
getLF             177 sapi/litespeed/lsapilib.h int LSAPI_ReqBodyGetLine_r( LSAPI_Request * pReq, char * pBuf, size_t bufLen, int *getLF );
getLF             321 sapi/litespeed/lsapilib.h static inline int LSAPI_ReqBodyGetLine( char * pBuf, int len, int *getLF )
getLF             322 sapi/litespeed/lsapilib.h {   return LSAPI_ReqBodyGetLine_r( &g_req, pBuf, len, getLF );        }