Home
last modified time | relevance | path

Searched refs:offt (Results 1 - 5 of 5) sorted by relevance

/third_party/curl/lib/
H A Dhsts.c169 CURLofft offt; in Curl_hsts_parse() local
182 offt = curlx_strtoofft(p, &endp, 10, &expires); in Curl_hsts_parse()
183 if(offt == CURL_OFFT_FLOW) in Curl_hsts_parse()
185 else if(offt) in Curl_hsts_parse()
H A Dcookie.c728 CURLofft offt; in Curl_cookie_add() local
730 offt = curlx_strtoofft((*maxage == '\"')? in Curl_cookie_add()
733 switch(offt) { in Curl_cookie_add()
H A Dhttp.c3448 CURLofft offt = curlx_strtoofft(headp + strlen("Content-Length:"), in Curl_http_header() local
3451 if(offt == CURL_OFFT_OK) { in Curl_http_header()
3455 else if(offt == CURL_OFFT_FLOW) { in Curl_http_header()
/third_party/curl/src/
H A Dtool_paramhlp.c477 CURLofft offt = curlx_strtoofft(str, &endptr, 10, val); in str2offset() local
478 if(CURL_OFFT_FLOW == offt) in str2offset()
480 else if(CURL_OFFT_INVAL == offt) in str2offset()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_parser.c446 uint32_t offt = 0; in lima_parse_shader() local
453 fprintf(fp, "@%6d: ", offt); in lima_parse_shader()
454 ppir_disassemble_instr(bin, offt, fp); in lima_parse_shader()
456 offt += ctrl->count; in lima_parse_shader()

Completed in 11 milliseconds