Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dphp_scandir.c65 int nfiles = 0; in php_scandir() local
85 if (nfiles == vector_size) { in php_scandir()
107 vector[nfiles++] = (struct dirent *) memcpy(newdp, dp, dsize); in php_scandir()
115 qsort (*namelist, nfiles, sizeof(struct dirent *), compare); in php_scandir()
118 return nfiles; in php_scandir()
121 while (nfiles-- > 0) { in php_scandir()
122 free(vector[nfiles]); in php_scandir()
/PHP-5.3/main/streams/
H A Dstreams.c2274 unsigned int nfiles = 0; local
2286 if (nfiles == vector_size) {
2300 vector[nfiles] = estrdup(sdp.d_name);
2302 nfiles++;
2309 qsort(*namelist, nfiles, sizeof(char *), (int(*)(const void *, const void *))compare);
2311 return nfiles;
/PHP-5.3/ext/openssl/
H A Dopenssl.c1684 int ndirs = 0, nfiles = 0; in setup_verify() local
1713 nfiles++; in setup_verify()
1727 if (nfiles == 0) { in setup_verify()
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch96 + memset(pollfds, 0, sizeof(struct pollfd) * nfiles);

Completed in 26 milliseconds