Searched refs:offt (Results 1 - 5 of 5) sorted by relevance
/third_party/curl/lib/ |
H A D | hsts.c | 169 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 D | cookie.c | 728 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 D | http.c | 3448 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 D | tool_paramhlp.c | 477 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 D | lima_parser.c | 446 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