Searched defs:mtime (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_4/ext/zip/lib/ |
| H A D | zip.h | 199 time_t mtime; /* modification time */ 197 time_t mtime; /* modification time */ member in struct:zip_stat
|
| H A D | zip_source_buffer.c | 44 time_t mtime; 75 f->mtime = time(NULL); 130 st->mtime = z->mtime; 43 time_t mtime; member in struct:read_data
|
| /PHP_5_4/ext/fileinfo/libmagic/ |
| H A D | tar.h | 59 char mtime[12]; member in struct:record::header
|
| /PHP_5_4/TSRM/ |
| H A D | tsrm_virtual_cwd.c | 1526 FILETIME mtime, atime; local 1545 SystemTimeToFileTime(&st, &mtime); 1546 atime = mtime; 1548 UnixTimeToFileTime(buf->modtime, &mtime); 1551 if (!SetFileTime(hFile, NULL, &atime, &mtime)) {
|
| /PHP_5_4/sapi/apache_hooks/ |
| H A D | php_apache.c | 493 /* {{{ proto int ApacheRequest::mtime() 497 apache_request_read_int_slot(offsetof(request_rec, mtime), INTERNAL_FUNCTION_PARAM_PASSTHRU); 746 long mtime = 0; local 748 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &mtime) == FAILURE) { 754 RETURN_LONG(ap_update_mtime(r, (int) mtime)); 1317 PHP_FALIAS(mtime, apache_request_mtime, NULL) 1894 if(rr->mtime) { 1895 add_property_long(return_value,"mtime", rr->mtime);
|
| /PHP_5_4/ext/phar/ |
| H A D | tar.h | 47 char mtime[12]; /* modify time of file */ member in struct:_old_tar_header 71 char mtime[12]; /* modify time of file */ member in struct:_tar_header
|
Completed in 20 milliseconds