Searched refs:dirAlloc (Results 1 – 1 of 1) sorted by relevance
4104 int dirAlloc = 0; /* number of entries allocated for the 'dirs' array */ in ftp_parse_url_path() local4108 ++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()