Home
last modified time | relevance | path

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

/PHP-5.3/ext/zip/lib/
H A Dzip_source_filep.c197 struct stat fst; in read_file() local
201 err = fstat(fileno(z->f), &fst); in read_file()
203 err = stat(z->fname, &fst); in read_file()
214 st->mtime = fst.st_mtime; in read_file()
220 else if ((fst.st_mode&S_IFMT) == S_IFREG) { in read_file()
221 st->size = fst.st_size; in read_file()
/PHP-5.3/sapi/nsapi/
H A Dnsapi.c969 struct stat *fst; in php5_execute() local
1045 fst = request_stat_path(SG(request_info).path_translated, rq); in php5_execute()
1046 if (fst && S_ISREG(fst->st_mode)) { in php5_execute()

Completed in 8 milliseconds