| /PHP_5_4/ext/zip/lib/ |
| H A D | zip_file_get_offset.c | 42 #include <sys/stat.h>
|
| H A D | zip_source_filep.c | 37 #include <sys/stat.h> 49 struct zip_stat st; /* stat information passed in */ 201 struct stat fst; 207 err = stat(z->fname, &fst);
|
| /PHP_5_4/win32/ |
| H A D | glob.c | 76 #include <sys/stat.h> 142 static int g_lstat(Char *, struct stat *, glob_t *); 145 static int g_stat(Char *, struct stat *, glob_t *); 555 struct stat sb; 852 struct stat *sb; 867 struct stat *sb;
|
| H A D | glob.h | 50 struct stat; 62 * versions of closedir(3), readdir(3), opendir(3), stat(2) 68 int (*gl_lstat)(const char *, struct stat *); 69 int (*gl_stat)(const char *, struct stat *);
|
| /PHP_5_4/TSRM/ |
| H A D | tsrm_virtual_cwd.h | 30 #include <sys/stat.h> 133 CWD_API int php_sys_stat_ex(const char *path, struct stat *buf, int lstat); 138 # define php_sys_stat stat 165 CWD_API int virtual_stat(const char *path, struct stat *buf TSRMLS_DC); 166 CWD_API int virtual_lstat(const char *path, struct stat *buf TSRMLS_DC);
|
| /PHP_5_4/ext/dba/ |
| H A D | dba_db2.c | 29 #include <sys/stat.h> 53 struct stat check_stat;
|
| H A D | dba_db3.c | 29 #include <sys/stat.h> 62 struct stat check_stat;
|
| H A D | dba_db4.c | 30 #include <sys/stat.h> 80 struct stat check_stat;
|
| H A D | dba_inifile.c | 36 #include <sys/stat.h>
|
| /PHP_5_4/ext/interbase/ |
| H A D | ibase_blobs.c | 102 ISC_STATUS stat; local 109 for (cur_len = stat = 0; (stat == 0 || stat == isc_segment) && cur_len < max_len; cur_len += seg_len) { 114 stat = isc_get_segment(IB_STATUS, &ib_blob->bl_handle, &seg_len, chunk_size, &bl_data[cur_len]); 118 if (IB_STATUS[0] == 1 && (stat != 0 && stat != isc_segstr_eof && stat != isc_segment)) {
|
| /PHP_5_4/ext/odbc/ |
| H A D | birdstep.c | 291 RETCODE stat; local 305 stat = SQLAllocConnect(henv,&hdbc); 306 if ( stat != SQL_SUCCESS ) { 310 stat = SQLConnect(hdbc, serv, SQL_NTS, user, SQL_NTS, pass, SQL_NTS); 311 if ( stat != SQL_SUCCESS && stat != SQL_SUCCESS_WITH_INFO ) { 353 RETCODE stat; local 364 stat = SQLAllocStmt(conn->hdbc,&res->hstmt); 365 if ( stat != SQL_SUCCESS && stat ! 431 RETCODE stat; local 465 RETCODE stat; local 576 RETCODE stat; local 599 RETCODE stat; local 622 RETCODE stat; local 645 RETCODE stat; local [all...] |
| /PHP_5_4/ext/pdo_firebird/ |
| H A D | firebird_statement.c | 270 ISC_STATUS stat; local 274 for (cur_len = stat = 0; (!stat || stat == isc_segment) && cur_len < *len; cur_len += seg_len) { 279 stat = isc_get_segment(H->isc_status, &blobh, &seg_len, chunk_size, &(*ptr)[cur_len]); 284 if (H->isc_status[0] == 1 && (stat != 0 && stat != isc_segstr_eof && stat != isc_segment)) {
|
| /PHP_5_4/ext/session/ |
| H A D | mod_files.c | 23 #include <sys/stat.h> 175 struct stat sbuf; 208 struct stat sbuf; 342 struct stat sbuf;
|
| /PHP_5_4/ext/standard/ |
| H A D | iptc.c | 39 #include <sys/stat.h> 187 struct stat sb;
|
| H A D | link.c | 31 #include <sys/stat.h> 84 Returns the st_dev field of the UNIX C stat structure describing the link */ 90 struct stat sb;
|
| H A D | pageinfo.c | 50 #include <sys/stat.h> 62 struct stat *pstat;
|
| /PHP_5_4/ext/sysvmsg/ |
| H A D | sysvmsg.c | 159 struct msqid_ds stat; local 169 if (msgctl(mq->id, IPC_STAT, &stat) == 0) { 172 /* now pull out members of data and set them in the stat buffer */ 175 stat.msg_perm.uid = Z_LVAL_PP(item); 179 stat.msg_perm.gid = Z_LVAL_PP(item); 183 stat.msg_perm.mode = Z_LVAL_PP(item); 187 stat.msg_qbytes = Z_LVAL_PP(item); 189 if (msgctl(mq->id, IPC_SET, &stat) == 0) { 202 struct msqid_ds stat; local 212 if (msgctl(mq->id, IPC_STAT, &stat) [all...] |
| /PHP_5_4/main/ |
| H A D | SAPI.h | 31 #include <sys/stat.h> 124 struct stat global_stat; 200 SAPI_API struct stat *sapi_get_stat(TSRMLS_D); 229 struct stat *(*get_stat)(TSRMLS_D);
|
| /PHP_5_4/sapi/apache2filter/ |
| H A D | php_apache.h | 43 /* stat structure of the current file */ 44 struct stat finfo;
|
| /PHP_5_4/sapi/apache2handler/ |
| H A D | php_apache.h | 39 /* stat structure of the current file */ 43 struct stat finfo;
|
| /PHP_5_4/sapi/fpm/fpm/events/ |
| H A D | devpoll.c | 29 #include <sys/stat.h>
|
| /PHP_5_4/sapi/phttpd/ |
| H A D | phttpd.c | 36 struct stat sb; 243 struct stat sb;
|
| /PHP_5_4/sapi/thttpd/ |
| H A D | php_thttpd.h | 23 #include <sys/stat.h>
|
| /PHP_5_4/ext/fileinfo/libmagic/ |
| H A D | fsmagic.c | 93 file_fsmagic(struct magic_set *ms, const char *fn, struct stat *sb, php_stream *stream) 112 file_error(ms, errno, "cannot stat `%s'", fn); 117 memcpy(sb, &ssb.sb, sizeof(struct stat)); 121 file_error(ms, errno, "cannot stat `%s'", fn); 207 /* stat is used, if it made here then the link is broken */ 230 * If stat() tells us the file has zero length, report here that 234 * optimization, since on some systems, stat() reports zero
|
| H A D | magic.c | 84 const struct stat *); 105 struct stat st; 116 if (stat(hmagicpath, &st) == -1) { 120 if (stat(hmagicpath, &st) == -1) 236 /* We cannot open it, but we were able to stat it. */ 289 const struct stat *sb) 353 struct stat sb;
|