Home
last modified time | relevance | path

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

/PHP-5.5/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.5/
H A D.gdbinit54 set $fst = $t->function_state
55 if $fst.function->common.function_name
56 if $fst.arguments
57 set $count = (int)*($fst.arguments)
60 if $fst.function.common.scope
61 printf "%s->", $fst.function.common.scope->name
93 if $fst.function.common.scope
94 printf "%s::", $fst.function.common.scope->name
98 printf "%s(", $fst.function->common.function_name
100 set $zvalue = *(zval **)($fst.arguments - $count)
[all …]
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c964 struct stat *fst; in php5_execute() local
1040 fst = request_stat_path(SG(request_info).path_translated, rq); in php5_execute()
1041 if (fst && S_ISREG(fst->st_mode)) { in php5_execute()

Completed in 13 milliseconds