Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
Drcssmin.c294 const rchar *source = *source_, *hsentinel; in copy_escape() local
311 hsentinel = source + 5; in copy_escape()
313 hsentinel = ctx->sentinel; in copy_escape()
315 while (source < hsentinel && target < ctx->tsentinel in copy_escape()
323 if (source == hsentinel) in copy_escape()