Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.c4104 int dirAlloc = 0; /* number of entries allocated for the 'dirs' array */ in ftp_parse_url_path() local
4108 ++dirAlloc; in ftp_parse_url_path()
4110 if(dirAlloc > 0) { in ftp_parse_url_path()
4111 ftpc->dirs = calloc(dirAlloc, sizeof(ftpc->dirs[0])); in ftp_parse_url_path()
4140 DEBUGASSERT(ftpc->dirdepth <= dirAlloc); in ftp_parse_url_path()