Searched refs:src_str (Results 1 – 3 of 3) sorted by relevance
219 char *src_str; in parse_host_src_port() local231 if ((src_str = strchr(input_str,'@'))) { in parse_host_src_port()232 *src_str = '\0'; in parse_host_src_port()233 src_str++; in parse_host_src_port()239 src_str2 = src_str; in parse_host_src_port()240 if (!src_str || *src_str == '\0') in parse_host_src_port()
252 char *src_str; in parse_host_src_port() local264 if ((src_str = strchr(input_str,'@'))) { in parse_host_src_port()265 *src_str = '\0'; in parse_host_src_port()266 src_str++; in parse_host_src_port()272 src_str2 = src_str; in parse_host_src_port()273 if (!src_str || *src_str == '\0') in parse_host_src_port()
3724 String* src_str = String::cast(src); in BOOL_GETTER() local3725 if (!StringShape(src_str).IsExternal()) return true; in BOOL_GETTER()3726 if (src_str->IsAsciiRepresentation()) { in BOOL_GETTER()3728 } else if (src_str->IsTwoByteRepresentation()) { in BOOL_GETTER()