stat 96 Zend/zend_stream.h # define zend_stat stat stat 97 Zend/zend_stream.h typedef struct stat zend_stat_t; stat 138 Zend/zend_virtual_cwd.h # define php_sys_stat stat stat 53 ext/dba/dba_db2.c struct stat check_stat; stat 65 ext/dba/dba_db3.c struct stat check_stat; stat 79 ext/dba/dba_db4.c struct stat check_stat; stat 120 ext/fileinfo/libmagic/fsmagic.c memcpy(sb, &ssb.sb, sizeof(struct stat)); stat 105 ext/fileinfo/libmagic/magic.c struct stat st; stat 116 ext/fileinfo/libmagic/magic.c if (stat(hmagicpath, &st) == -1) { stat 120 ext/fileinfo/libmagic/magic.c if (stat(hmagicpath, &st) == -1) stat 97 ext/interbase/ibase_blobs.c ISC_STATUS stat; stat 104 ext/interbase/ibase_blobs.c for (cur_len = stat = 0; (stat == 0 || stat == isc_segment) && cur_len < max_len; cur_len += seg_len) { stat 109 ext/interbase/ibase_blobs.c stat = isc_get_segment(IB_STATUS, &ib_blob->bl_handle, &seg_len, chunk_size, &ZSTR_VAL(bl_data)[cur_len]); stat 112 ext/interbase/ibase_blobs.c if (IB_STATUS[0] == 1 && (stat != 0 && stat != isc_segstr_eof && stat != isc_segment)) { stat 2274 ext/mysqli/mysqli_api.c zend_string *stat; stat 2276 ext/mysqli/mysqli_api.c char *stat; stat 2285 ext/mysqli/mysqli_api.c if ((stat = (char *)mysql_stat(mysql->mysql))) stat 2287 ext/mysqli/mysqli_api.c RETURN_STRING(stat); stat 2289 ext/mysqli/mysqli_api.c if (mysqlnd_stat(mysql->mysql, &stat) == PASS) stat 2291 ext/mysqli/mysqli_api.c RETURN_STR(stat); stat 580 ext/mysqli/mysqli_fe.c PHP_FALIAS(stat, mysqli_stat, arginfo_mysqli_no_params) stat 165 ext/mysqlnd/mysqlnd_statistics.h PHPAPI mysqlnd_stat_trigger mysqlnd_stats_set_trigger(MYSQLND_STATS * const stats, enum_mysqlnd_collected_stats stat, mysqlnd_stat_trigger trigger); stat 262 ext/mysqlnd/mysqlnd_structs.h typedef void (*mysqlnd_stat_trigger)(MYSQLND_STATS * stats, enum_mysqlnd_collected_stats stat, int64_t change); stat 291 ext/odbc/birdstep.c RETCODE stat; stat 305 ext/odbc/birdstep.c stat = SQLAllocConnect(henv,&hdbc); stat 306 ext/odbc/birdstep.c if ( stat != SQL_SUCCESS ) { stat 310 ext/odbc/birdstep.c stat = SQLConnect(hdbc, serv, SQL_NTS, user, SQL_NTS, pass, SQL_NTS); stat 311 ext/odbc/birdstep.c if ( stat != SQL_SUCCESS && stat != SQL_SUCCESS_WITH_INFO ) { stat 353 ext/odbc/birdstep.c RETCODE stat; stat 364 ext/odbc/birdstep.c stat = SQLAllocStmt(conn->hdbc,&res->hstmt); stat 365 ext/odbc/birdstep.c if ( stat != SQL_SUCCESS && stat != SQL_SUCCESS_WITH_INFO ) { stat 366 ext/odbc/birdstep.c php_error_docref(NULL, E_WARNING, "Birdstep: SQLAllocStmt return %d",stat); stat 370 ext/odbc/birdstep.c stat = SQLExecDirect(res->hstmt,query,SQL_NTS); stat 371 ext/odbc/birdstep.c if ( stat != SQL_SUCCESS && stat != SQL_SUCCESS_WITH_INFO ) { stat 378 ext/odbc/birdstep.c stat = SQLNumResultCols(res->hstmt,&cols); stat 379 ext/odbc/birdstep.c if ( stat != SQL_SUCCESS ) { stat 380 ext/odbc/birdstep.c php_error_docref(NULL, E_WARNING, "Birdstep: SQLNumResultCols return %d",stat); stat 386 ext/odbc/birdstep.c stat = SQLRowCount(res->hstmt,&rows); stat 387 ext/odbc/birdstep.c if ( stat != SQL_SUCCESS ) { stat 388 ext/odbc/birdstep.c php_error_docref(NULL, E_WARNING, "Birdstep: SQLNumResultCols return %d",stat); stat 431 ext/odbc/birdstep.c RETCODE stat; stat 441 ext/odbc/birdstep.c stat = SQLExtendedFetch(res->hstmt,SQL_FETCH_NEXT,1,&row,RowStat); stat 442 ext/odbc/birdstep.c if ( stat == SQL_NO_DATA_FOUND ) { stat 447 ext/odbc/birdstep.c if ( stat != SQL_SUCCESS && stat != SQL_SUCCESS_WITH_INFO ) { stat 465 ext/odbc/birdstep.c RETCODE stat; stat 502 ext/odbc/birdstep.c stat = SQLExtendedFetch(res->hstmt,SQL_FETCH_NEXT,1,&row,RowStat); stat 503 ext/odbc/birdstep.c if ( stat == SQL_NO_DATA_FOUND ) { stat 508 ext/odbc/birdstep.c if ( stat != SQL_SUCCESS && stat != SQL_SUCCESS_WITH_INFO ) { stat 526 ext/odbc/birdstep.c stat = SQLGetData(res->hstmt,indx+1,sql_c_type, stat 528 ext/odbc/birdstep.c if ( stat == SQL_NO_DATA_FOUND ) { stat 533 ext/odbc/birdstep.c if ( stat != SQL_SUCCESS && stat != SQL_SUCCESS_WITH_INFO ) { stat 576 ext/odbc/birdstep.c RETCODE stat; stat 585 ext/odbc/birdstep.c stat = SQLSetConnectOption(conn->hdbc,SQL_AUTOCOMMIT,SQL_AUTOCOMMIT_ON); stat 586 ext/odbc/birdstep.c if ( stat != SQL_SUCCESS && stat != SQL_SUCCESS_WITH_INFO ) { stat 599 ext/odbc/birdstep.c RETCODE stat; stat 608 ext/odbc/birdstep.c stat = SQLSetConnectOption(conn->hdbc,SQL_AUTOCOMMIT,SQL_AUTOCOMMIT_OFF); stat 609 ext/odbc/birdstep.c if ( stat != SQL_SUCCESS && stat != SQL_SUCCESS_WITH_INFO ) { stat 622 ext/odbc/birdstep.c RETCODE stat; stat 631 ext/odbc/birdstep.c stat = SQLTransact(NULL,conn->hdbc,SQL_COMMIT); stat 632 ext/odbc/birdstep.c if ( stat != SQL_SUCCESS ) { stat 645 ext/odbc/birdstep.c RETCODE stat; stat 654 ext/odbc/birdstep.c stat = SQLTransact(NULL,conn->hdbc,SQL_ROLLBACK); stat 655 ext/odbc/birdstep.c if ( stat != SQL_SUCCESS ) { stat 822 ext/opcache/ZendAccelerator.c !stream->ops->stat) { stat 829 ext/opcache/ZendAccelerator.c ret = stream->ops->stat(stream, &sb); stat 2194 ext/openssl/xp_ssl.c return php_stream_socket_ops.stat(stream, ssb); stat 268 ext/pdo_firebird/firebird_statement.c ISC_STATUS stat; stat 272 ext/pdo_firebird/firebird_statement.c for (cur_len = stat = 0; (!stat || stat == isc_segment) && cur_len < *len; cur_len += seg_len) { stat 277 ext/pdo_firebird/firebird_statement.c stat = isc_get_segment(H->isc_status, &blobh, &seg_len, chunk_size, &(*ptr)[cur_len]); stat 282 ext/pdo_firebird/firebird_statement.c if (H->isc_status[0] == 1 && (stat != 0 && stat != isc_segstr_eof && stat != isc_segment)) { stat 1084 ext/phar/func_interceptors.c PHAR_INTERCEPT(stat); stat 1120 ext/phar/func_interceptors.c PHAR_RELEASE(stat); stat 160 ext/session/mod_files.c struct stat sbuf; stat 1539 ext/soap/php_sdl.c struct stat st; stat 1413 ext/sockets/conversions.c struct stat statbuf; stat 25811 ext/sqlite3/libsqlite/sqlite3.c { "stat", (sqlite3_syscall_ptr)stat, 0 }, stat 25812 ext/sqlite3/libsqlite/sqlite3.c #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent) stat 25825 ext/sqlite3/libsqlite/sqlite3.c #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent) stat 26046 ext/sqlite3/libsqlite/sqlite3.c struct stat statbuf; stat 26700 ext/sqlite3/libsqlite/sqlite3.c struct stat statbuf; /* Low-level file information */ stat 26780 ext/sqlite3/libsqlite/sqlite3.c struct stat buf; stat 26797 ext/sqlite3/libsqlite/sqlite3.c struct stat buf; stat 29112 ext/sqlite3/libsqlite/sqlite3.c struct stat buf; stat 29151 ext/sqlite3/libsqlite/sqlite3.c struct stat buf; /* Used to hold return values of fstat() */ stat 29729 ext/sqlite3/libsqlite/sqlite3.c struct stat sStat; /* fstat() info for database file */ stat 29889 ext/sqlite3/libsqlite/sqlite3.c struct stat sStat; /* Used by fstat() */ stat 30298 ext/sqlite3/libsqlite/sqlite3.c struct stat statbuf; /* Low-level file information */ stat 30892 ext/sqlite3/libsqlite/sqlite3.c struct stat buf; stat 30984 ext/sqlite3/libsqlite/sqlite3.c struct stat sStat; /* Results of stat() call */ stat 31052 ext/sqlite3/libsqlite/sqlite3.c struct stat sStat; /* Output of stat() on database file */ stat 31449 ext/sqlite3/libsqlite/sqlite3.c struct stat buf; stat 32186 ext/sqlite3/libsqlite/sqlite3.c struct stat buf; stat 32377 ext/sqlite3/libsqlite/sqlite3.c struct stat buf; stat 32637 ext/sqlite3/libsqlite/sqlite3.c struct stat conchInfo; stat 3211 ext/standard/basic_functions.c PHP_NAMED_FE(stat, php_if_stat, arginfo_stat) stat 137 ext/standard/random.c struct stat st; stat 159 ext/sysvmsg/sysvmsg.c struct msqid_ds stat; stat 171 ext/sysvmsg/sysvmsg.c if (msgctl(mq->id, IPC_STAT, &stat) == 0) { stat 177 ext/sysvmsg/sysvmsg.c stat.msg_perm.uid = Z_LVAL_P(item); stat 181 ext/sysvmsg/sysvmsg.c stat.msg_perm.gid = Z_LVAL_P(item); stat 185 ext/sysvmsg/sysvmsg.c stat.msg_perm.mode = Z_LVAL_P(item); stat 189 ext/sysvmsg/sysvmsg.c stat.msg_qbytes = Z_LVAL_P(item); stat 191 ext/sysvmsg/sysvmsg.c if (msgctl(mq->id, IPC_SET, &stat) == 0) { stat 204 ext/sysvmsg/sysvmsg.c struct msqid_ds stat; stat 216 ext/sysvmsg/sysvmsg.c if (msgctl(mq->id, IPC_STAT, &stat) == 0) { stat 219 ext/sysvmsg/sysvmsg.c add_assoc_long(return_value, "msg_perm.uid", stat.msg_perm.uid); stat 220 ext/sysvmsg/sysvmsg.c add_assoc_long(return_value, "msg_perm.gid", stat.msg_perm.gid); stat 221 ext/sysvmsg/sysvmsg.c add_assoc_long(return_value, "msg_perm.mode", stat.msg_perm.mode); stat 222 ext/sysvmsg/sysvmsg.c add_assoc_long(return_value, "msg_stime", stat.msg_stime); stat 223 ext/sysvmsg/sysvmsg.c add_assoc_long(return_value, "msg_rtime", stat.msg_rtime); stat 224 ext/sysvmsg/sysvmsg.c add_assoc_long(return_value, "msg_ctime", stat.msg_ctime); stat 225 ext/sysvmsg/sysvmsg.c add_assoc_long(return_value, "msg_qnum", stat.msg_qnum); stat 226 ext/sysvmsg/sysvmsg.c add_assoc_long(return_value, "msg_qbytes", stat.msg_qbytes); stat 227 ext/sysvmsg/sysvmsg.c add_assoc_long(return_value, "msg_lspid", stat.msg_lspid); stat 228 ext/sysvmsg/sysvmsg.c add_assoc_long(return_value, "msg_lrpid", stat.msg_lrpid); stat 66 ext/zip/lib/mkstemp.c struct stat sbuf; stat 116 ext/zip/lib/mkstemp.c if (stat(path, &sbuf)) stat 155 ext/zip/lib/zip_source_filep.c struct stat sb; stat 157 ext/zip/lib/zip_source_filep.c if (stat(ctx->fname, &sb) < 0 || S_ISREG(sb.st_mode)) { stat 412 ext/zip/lib/zip_source_filep.c struct stat fst; stat 418 ext/zip/lib/zip_source_filep.c err = stat(ctx->fname, &fst); stat 44 ext/zip/lib/zip_source_window.c zip_stat_t stat; stat 77 ext/zip/lib/zip_source_window.c zip_stat_init(&ctx->stat); stat 83 ext/zip/lib/zip_source_window.c if (_zip_stat_merge(&ctx->stat, st, error) < 0) { stat 199 ext/zip/lib/zip_source_window.c if (_zip_stat_merge(st, &ctx->stat, &ctx->error) < 0) { stat 130 main/php_streams.h int (*stat)(php_stream *stream, php_stream_statbuf *ssb); stat 818 main/streams/streams.c if (stream->ops->stat == NULL) { stat 822 main/streams/streams.c return (stream->ops->stat)(stream, ssb); stat 165 sapi/fpm/fpm/fpm_conf.c struct stat sb; stat 167 sapi/fpm/fpm/fpm_conf.c if (stat(path, &sb) != 0) { stat 1127 sapi/fpm/fpm/fpm_main.c struct stat st; stat 1185 sapi/fpm/fpm/fpm_main.c if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) { stat 680 sapi/litespeed/lsapilib.c struct stat st; stat 912 sapi/phpdbg/phpdbg.c struct stat stat[3]; stat 913 sapi/phpdbg/phpdbg.c memset(stat, 0, sizeof(stat)); stat 914 sapi/phpdbg/phpdbg.c if (((fstat(fileno(stderr), &stat[2]) < 0) & (fstat(fileno(stdout), &stat[0]) < 0)) | (fstat(data->fd, &stat[1]) < 0)) { stat 918 sapi/phpdbg/phpdbg.c if (stat[0].st_dev == stat[1].st_dev && stat[0].st_ino == stat[1].st_ino) { stat 922 sapi/phpdbg/phpdbg.c if (stat[2].st_dev == stat[1].st_dev && stat[2].st_ino == stat[1].st_ino) {