Home
last modified time | relevance | path

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

/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajfile.c4100 AjPRegexp chunkexp = NULL; in ajFilebuffHtmlNoheader() local
4189 chunkexp = ajRegCompC("^Transfer-Encoding: +chunked"); in ajFilebuffHtmlNoheader()
4193 if(ajRegExec(chunkexp, buff->Curr->Line)) in ajFilebuffHtmlNoheader()
4205 ajRegFree(&chunkexp); in ajFilebuffHtmlNoheader()
4465 AjPRegexp chunkexp = NULL; in ajFilebuffHtmlStrip() local
4490 chunkexp = ajRegCompC("^Transfer-Encoding: +chunked"); in ajFilebuffHtmlStrip()
4510 if(ajRegExec(chunkexp, buff->Curr->Line)) in ajFilebuffHtmlStrip()
4716 ajRegFree(&chunkexp); in ajFilebuffHtmlStrip()