Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dwebsockets.c252 int n, linestart = 0, len = 0, llen, base64 = TRUE; in webSocketsHandshake() local
289 llen = len - linestart; in webSocketsHandshake()
291 line = buf+linestart; in webSocketsHandshake()
352 linestart = len; in webSocketsHandshake()
/external/autotest/client/cros/
Dpower_utils.py811 0, linestart=self._psr_parse_prefix)
/external/autotest/client/common_lib/
Dutils.py362 def get_field(data, param, linestart="", sep=" "): argument
377 search = re.compile(r"(?<=^%s)\s*(.*)" % linestart, re.MULTILINE)
382 print "There is no line which starts with %s in data." % linestart
/external/libxml2/
Drngparser.c76 const xmlChar *linestart; member