LSAPI_ReqBodyGetLine_r 177 sapi/litespeed/lsapilib.h int LSAPI_ReqBodyGetLine_r( LSAPI_Request * pReq, char * pBuf, int bufLen, int *getLF ); LSAPI_ReqBodyGetLine_r 298 sapi/litespeed/lsapilib.h { return LSAPI_ReqBodyGetLine_r( &g_req, pBuf, len, getLF ); }