Home
last modified time | relevance | path

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

/curl/tests/server/
H A Dgetpart.c280 char ptag[MAX_TAG_LEN + 1]; /* potential tag */ in getpart() local
311 couter[0] = cmain[0] = csub[0] = ptag[0] = patt[0] = '\0'; in getpart()
344 memcpy(ptag, ptr, len.uns); in getpart()
345 ptag[len.uns] = '\0'; in getpart()
347 if((STATE_INSUB == state) && !strcmp(csub, ptag)) { in getpart()
410 memcpy(ptag, ptr, len.uns); in getpart()
411 ptag[len.uns] = '\0'; in getpart()
414 if(('!' == ptag[0]) || ('?' == ptag[0])) { in getpart()
435 strcpy(couter, ptag); in getpart()
441 strcpy(cmain, ptag); in getpart()
[all …]

Completed in 4 milliseconds