Home
last modified time | relevance | path

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

/php-src/ext/dba/
H A Ddba_db2.c43 struct stat check_stat; in DBA_OPEN_FUNC() local
44 int s = VCWD_STAT(ZSTR_VAL(info->path), &check_stat); in DBA_OPEN_FUNC()
46 if (!s && !check_stat.st_size) { in DBA_OPEN_FUNC()
H A Ddba_db4.c69 struct stat check_stat; local
70 int s = VCWD_STAT(ZSTR_VAL(info->path), &check_stat);
73 if (!s && !check_stat.st_size) {
87 if (!s && !check_stat.st_size) {
H A Ddba_db3.c55 struct stat check_stat; local
56 int s = VCWD_STAT(ZSTR_VAL(info->path), &check_stat);
58 if (!s && !check_stat.st_size) {

Completed in 9 milliseconds