Searched refs:fst (Results 1 – 3 of 3) sorted by relevance
197 struct stat fst; in read_file() local201 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()
54 set $fst = $t->function_state55 if $fst.function->common.function_name56 if $fst.arguments57 set $count = (int)*($fst.arguments)60 if $fst.function.common.scope61 printf "%s->", $fst.function.common.scope->name93 if $fst.function.common.scope94 printf "%s::", $fst.function.common.scope->name98 printf "%s(", $fst.function->common.function_name100 set $zvalue = *(zval **)($fst.arguments - $count)[all …]
964 struct stat *fst; in php5_execute() local1040 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 18 milliseconds