Searched refs:partbuf (Results 1 – 3 of 3) sorted by relevance
/external/curl/tests/server/ |
D | rtspd.c | 849 char partbuf[80]="data"; in send_doc() local 851 msnprintf(partbuf, sizeof(partbuf), "data%ld", req->partno); in send_doc() 859 error = getpart(&ptr, &count, "reply", partbuf, stream); in send_doc()
|
D | tftpd.c | 1088 char partbuf[80]="data"; in validate_access() local 1119 msnprintf(partbuf, sizeof(partbuf), "data%ld", partno); in validate_access() 1129 int error = getpart(&test->buffer, &count, "reply", partbuf, stream); in validate_access()
|
D | sws.c | 1019 char partbuf[80]; in send_doc() local 1026 msnprintf(partbuf, sizeof(partbuf), "%s%ld", section, req->partno); in send_doc() 1028 msnprintf(partbuf, sizeof(partbuf), "%s", section); in send_doc() 1030 logmsg("Send response test%ld section <%s>", req->testno, partbuf); in send_doc() 1039 error = getpart(&ptr, &count, "reply", partbuf, stream); in send_doc()
|