Home
last modified time | relevance | path

Searched refs:has_sep (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Do_str.c229 int has_sep = (sep != CH_ZERO); in buf2hexstr_sep() local
230 size_t len = has_sep ? buflen * 3 : 1 + buflen * 2; in buf2hexstr_sep()
246 if (has_sep) in buf2hexstr_sep()
249 if (has_sep) in buf2hexstr_sep()
/third_party/openssl/crypto/
H A Do_str.c229 int has_sep = (sep != CH_ZERO); in buf2hexstr_sep() local
230 size_t len = has_sep ? buflen * 3 : 1 + buflen * 2; in buf2hexstr_sep()
248 if (has_sep) in buf2hexstr_sep()
251 if (has_sep && buflen > 0) in buf2hexstr_sep()
/third_party/python/Lib/
H A Ddatetime.py330 has_sep = dtstr[4] == '-'
332 pos = 4 + has_sep
341 if (dtstr[pos:pos + 1] == '-') != has_sep:
344 pos += has_sep
352 if (dtstr[pos:pos + 1] == "-") != has_sep:
355 pos += has_sep
380 has_sep = next_char == ':'
385 if has_sep and next_char != ':':
388 pos += has_sep

Completed in 6 milliseconds