Home
last modified time | relevance | path

Searched refs:to_t (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dfile.c143 CURLofft to_t; in file_range() local
149 to_t = curlx_strtoofft(ptr, &ptr2, 0, &to); in file_range()
150 if(to_t == CURL_OFFT_FLOW) in file_range()
152 if((to_t == CURL_OFFT_INVAL) && !from_t) { in file_range()
158 else if((from_t == CURL_OFFT_INVAL) && !to_t) { in file_range()
Dssh-libssh.c1498 CURLofft to_t; in myssh_statemach_act() local
1507 to_t = curlx_strtoofft(ptr, &ptr2, 0, &to); in myssh_statemach_act()
1508 if(to_t == CURL_OFFT_FLOW) { in myssh_statemach_act()
1511 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in myssh_statemach_act()
Dssh.c2157 CURLofft to_t; in ssh_statemach_act() local
2165 to_t = curlx_strtoofft(ptr, &ptr2, 0, &to); in ssh_statemach_act()
2166 if(to_t == CURL_OFFT_FLOW) in ssh_statemach_act()
2168 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in ssh_statemach_act()
Dftp.c3479 CURLofft to_t; in ftp_range() local
3485 to_t = curlx_strtoofft(ptr, NULL, 0, &to); in ftp_range()
3486 if(to_t == CURL_OFFT_FLOW) in ftp_range()
3488 if((to_t == CURL_OFFT_INVAL) && !from_t) { in ftp_range()
3494 else if(!to_t && (from_t == CURL_OFFT_INVAL)) { in ftp_range()
/external/v8/src/regexp/
Djsregexp.cc4973 uc16 to_t = unibrow::Utf16::TrailSurrogate(to); in AddNonBmpSurrogatePairs() local
4979 CharacterRange::Range(from_t, to_t), compiler->read_backward(), in AddNonBmpSurrogatePairs()
4991 if (to_t != kTrailSurrogateEnd) { in AddNonBmpSurrogatePairs()
4996 CharacterRange::Range(kTrailSurrogateStart, to_t), in AddNonBmpSurrogatePairs()