Searched refs:to_t (Results 1 – 4 of 4) sorted by relevance
/external/curl/lib/ |
D | curl_range.c | 45 CURLofft to_t; in Curl_range() local 51 to_t = curlx_strtoofft(ptr, &ptr2, 0, &to); in Curl_range() 52 if(to_t == CURL_OFFT_FLOW) in Curl_range() 54 if((to_t == CURL_OFFT_INVAL) && !from_t) { in Curl_range() 60 else if((from_t == CURL_OFFT_INVAL) && !to_t) { in Curl_range()
|
D | ssh-libssh.c | 1521 CURLofft to_t; in myssh_statemach_act() local 1530 to_t = curlx_strtoofft(ptr, &ptr2, 0, &to); in myssh_statemach_act() 1531 if(to_t == CURL_OFFT_FLOW) { in myssh_statemach_act() 1534 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in myssh_statemach_act()
|
D | ssh.c | 2172 CURLofft to_t; in ssh_statemach_act() local 2180 to_t = curlx_strtoofft(ptr, &ptr2, 0, &to); in ssh_statemach_act() 2181 if(to_t == CURL_OFFT_FLOW) in ssh_statemach_act() 2183 if((to_t == CURL_OFFT_INVAL) /* no "to" value given */ in ssh_statemach_act()
|
/external/v8/src/regexp/ |
D | jsregexp.cc | 4900 uc16 to_t = unibrow::Utf16::TrailSurrogate(to); in AddNonBmpSurrogatePairs() local 4906 CharacterRange::Range(from_t, to_t), compiler->read_backward(), in AddNonBmpSurrogatePairs() 4918 if (to_t != kTrailSurrogateEnd) { in AddNonBmpSurrogatePairs() 4923 CharacterRange::Range(kTrailSurrogateStart, to_t), in AddNonBmpSurrogatePairs()
|