Searched defs:searchidx (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_ftp.c677 int searchidx = 0; local
704 searchidx = filename - ctx->buffer;
706 else if (searchidx != 0 && ctx->buffer[searchidx] != 0) {
708 ctx->buffer[searchidx - 1] = '\0';
709 filename = &ctx->buffer[searchidx];

Completed in 30 milliseconds