Home
last modified time | relevance | path

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

/PHP-5.6/ext/zip/lib/
H A Dzip_source_filep.c201 struct stat fst; in read_file() local
205 err = fstat(fileno(z->f), &fst); in read_file()
207 err = stat(z->fname, &fst); in read_file()
218 st->mtime = fst.st_mtime; in read_file()
224 else if ((fst.st_mode&S_IFMT) == S_IFREG) { in read_file()
225 st->size = (zip_uint64_t)fst.st_size; in read_file()
/PHP-5.6/
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.6/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 16 milliseconds