HomeSort by relevance Sort by last modified time
    Searched refs:partbuf (Results 1 - 3 of 3) sorted by null

  /external/curl/tests/server/
rtspd.c 985 char partbuf[80]="data"; local
988 msnprintf(partbuf, sizeof(partbuf), "data%ld", req->partno);
999 error = getpart(&ptr, &count, "reply", partbuf, stream);
    [all...]
tftpd.c 1159 char partbuf[80]="data"; local
1190 msnprintf(partbuf, sizeof(partbuf), "data%ld", partno);
1203 int error = getpart(&test->buffer, &count, "reply", partbuf, stream);
    [all...]
sws.c 1160 char partbuf[80]; local
    [all...]

Completed in 78 milliseconds