Lines Matching refs:CURL_CODE
153 CURL_CODE=$?
159 if [ $CURL_CODE -eq 0 ]; then
163 elif [ $CURL_CODE -eq 7 ]; then
167 elif [ $CURL_CODE -eq 28 ]; then
175 elif [ $CURL_CODE -eq 35 ]; then
183 elif [ $CURL_CODE -eq 58 ]; then
186 elif [ $CURL_CODE -eq 60 ]; then
189 elif [ $CURL_CODE -eq 77 ]; then
192 elif [ $CURL_CODE -eq 22 ]; then
204 echo "Communication error with Jack server ($CURL_CODE). Try 'jack-diagnose'" >&2