Lines Matching defs:result
211 CURLcode result = CURLE_OK;
240 return result;
260 CURLcode result = Curl_gmtime(as->expires, &stamp);
261 if(result)
262 return result;
326 CURLcode result;
328 result = altsvc_load(asi, file);
329 return result;
371 CURLcode result = CURLE_OK;
387 result = Curl_fopen(data, file, &out, &tempstore);
388 if(!result) {
395 result = altsvc_out(as, out);
396 if(result)
400 if(!result && tempstore && Curl_rename(tempstore, file))
401 result = CURLE_WRITE_ERROR;
403 if(result && tempstore)
407 return result;
492 * Invalid host name, port number will result in the specific alternative
506 CURLcode result = getalnum(&p, alpnbuf, sizeof(alpnbuf));
511 if(result) {
602 result = getalnum(&p, option, sizeof(option));
603 if(result) {
667 result = getalnum(&p, alpnbuf, sizeof(alpnbuf));
668 if(result)