Home
last modified time | relevance | path

Searched refs:dot_idx (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/src/
H A Dtool_doswin.c320 int idx, dot_idx; in msdosify() local
353 for(idx = 0, dot_idx = -1; *s && d < dlimit; s++, d++) { in msdosify()
382 else if(dot_idx >= 0) { in msdosify()
383 if(dot_idx < 5) { /* 5 is a heuristic ad-hoc'ery */ in msdosify()
384 d[dot_idx - idx] = '_'; /* replace previous dot */ in msdosify()
394 dot_idx = idx; in msdosify()
397 if(idx - 2 == dot_idx) { /* .c++, .h++ etc. */ in msdosify()
426 dot_idx = -1; in msdosify()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Ddispatch.cc553 size_t dot_idx = DotIdx(method); in Dispatch() local
554 if (dot_idx != kNotFound) { in Dispatch()
555 span<uint8_t> domain = method.subspan(0, dot_idx); in Dispatch()
556 span<uint8_t> command = method.subspan(dot_idx + 1); in Dispatch()

Completed in 3 milliseconds