Home
last modified time | relevance | path

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

/curl/packages/OS400/
H A Dos400sys.c989 ret = inflateInit(strm); in Curl_os400_inflateInit_()
991 if(strm->msg != msgb4) in Curl_os400_inflateInit_()
992 strm->msg = set_thread_string(LK_ZLIB_MSG, strm->msg); in Curl_os400_inflateInit_()
1006 if(strm->msg != msgb4) in Curl_os400_inflateInit2_()
1007 strm->msg = set_thread_string(LK_ZLIB_MSG, strm->msg); in Curl_os400_inflateInit2_()
1018 ret = inflate(strm, flush); in Curl_os400_inflate()
1020 if(strm->msg != msgb4) in Curl_os400_inflate()
1021 strm->msg = set_thread_string(LK_ZLIB_MSG, strm->msg); in Curl_os400_inflate()
1032 ret = inflateEnd(strm); in Curl_os400_inflateEnd()
1034 if(strm->msg != msgb4) in Curl_os400_inflateEnd()
[all …]

Completed in 6 milliseconds