Home
last modified time | relevance | path

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

/PHP-5.5/ext/dba/
H A Ddba_db2.c53 struct stat check_stat; in DBA_OPEN_FUNC() local
54 int s = VCWD_STAT(info->path, &check_stat); in DBA_OPEN_FUNC()
56 if (!s && !check_stat.st_size) { in DBA_OPEN_FUNC()
H A Ddba_db4.c80 struct stat check_stat; local
81 int s = VCWD_STAT(info->path, &check_stat);
84 if (!s && !check_stat.st_size) {
98 if (!s && !check_stat.st_size) {
H A Ddba_db3.c62 struct stat check_stat; in DBA_OPEN_FUNC() local
63 int s = VCWD_STAT(info->path, &check_stat); in DBA_OPEN_FUNC()
65 if (!s && !check_stat.st_size) { in DBA_OPEN_FUNC()

Completed in 10 milliseconds