Lines Matching defs:err
85 int err;
101 err = curl_easy_perform(curl);
102 if(!err) {
103 err = tidyParseBuffer(tdoc, &docbuf); /* parse the input */
104 if(err >= 0) {
105 err = tidyCleanAndRepair(tdoc); /* fix any problems */
106 if(err >= 0) {
107 err = tidyRunDiagnostics(tdoc); /* load tidy error buffer */
108 if(err >= 0) {
123 return err;