Searched refs:linestart (Results 1 – 4 of 4) sorted by relevance
252 int n, linestart = 0, len = 0, llen, base64 = TRUE; in webSocketsHandshake() local289 llen = len - linestart; in webSocketsHandshake()291 line = buf+linestart; in webSocketsHandshake()352 linestart = len; in webSocketsHandshake()
811 0, linestart=self._psr_parse_prefix)
362 def get_field(data, param, linestart="", sep=" "): argument377 search = re.compile(r"(?<=^%s)\s*(.*)" % linestart, re.MULTILINE)382 print "There is no line which starts with %s in data." % linestart
76 const xmlChar *linestart; member