Searched refs:pstr (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_ftp.c1534 char *pstr; local
1539 pstr = ftpmessage;
1540 pstr = apr_strtok(pstr, " ", &tok_cntx); /* separate result code */
1541 if (pstr != NULL) {
1542 if (*(pstr + strlen(pstr) + 1) == '=') {
1543 pstr += strlen(pstr) + 2;
1546 pstr
[all...]

Completed in 979 milliseconds