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()
372 def get_field(data, param, linestart="", sep=" "): argument387 search = re.compile(r"(?<=^%s)\s*(.*)" % linestart, re.MULTILINE)392 print "There is no line which starts with %s in data." % linestart
516 linestart='Performance_Counter:')
76 const xmlChar *linestart; member