mtime            1557 Zend/zend_virtual_cwd.c 	FILETIME mtime, atime;
mtime            1576 Zend/zend_virtual_cwd.c 		SystemTimeToFileTime(&st, &mtime);
mtime            1577 Zend/zend_virtual_cwd.c 		atime = mtime;
mtime            1579 Zend/zend_virtual_cwd.c 		UnixTimeToFileTime(buf->modtime, &mtime);
mtime            1582 Zend/zend_virtual_cwd.c 	if (!SetFileTime(hFile, NULL, &atime, &mtime)) {
mtime              59 ext/fileinfo/libmagic/tar.h 		char	mtime[12];
mtime             469 ext/phar/tar.c 		entry.timestamp = phar_tar_number(hdr->mtime, sizeof(hdr->mtime));
mtime             757 ext/phar/tar.c 	if (FAILURE == phar_tar_octal(header.mtime, entry->timestamp, sizeof(header.mtime)-1)) {
mtime              47 ext/phar/tar.h 	char mtime[12];     /* modify time of file */
mtime              71 ext/phar/tar.h 	char mtime[12];     /* modify time of file */
mtime             238 ext/zip/lib/zip.h     time_t mtime;			/* modification time */
mtime             423 ext/zip/lib/zip_close.c 	de->last_mod = st.mtime;
mtime              43 ext/zip/lib/zip_source_buffer.c     time_t mtime;
mtime              73 ext/zip/lib/zip_source_buffer.c     f->mtime = time(NULL);
mtime             125 ext/zip/lib/zip_source_buffer.c 	    st->mtime = z->mtime;
mtime             218 ext/zip/lib/zip_source_filep.c 		st->mtime = fst.st_mtime;
mtime             159 ext/zip/lib/zip_source_pkware.c     _zip_u2d_time(st.mtime, &dostime, &dosdate);
mtime             121 ext/zip/lib/zip_source_zip_new.c 	    st2.mtime = st.mtime;
mtime              66 ext/zip/lib/zip_stat_index.c 	st->mtime = de->last_mod;
mtime              47 ext/zip/lib/zip_stat_init.c     st->mtime = (time_t)-1;
mtime             444 ext/zip/php_zip.c 		add_ascii_assoc_long(return_value, "mtime", (long) (sb)->mtime); \
mtime             176 ext/zip/zip_stream.c 		ssb->sb.st_mtime = sb.mtime;
mtime             177 ext/zip/zip_stream.c 		ssb->sb.st_atime = sb.mtime;
mtime             178 ext/zip/zip_stream.c 		ssb->sb.st_ctime = sb.mtime;
mtime             917 main/streams/userspace.c 	STAT_PROP_ENTRY_EX(mtime, mtime.tv_sec);
mtime             921 main/streams/userspace.c 	STAT_PROP_ENTRY(mtime);
mtime             520 sapi/apache/php_apache.c 	if(rr->mtime) {
mtime             521 sapi/apache/php_apache.c 		add_property_long(return_value,"mtime", rr->mtime);
mtime             120 sapi/apache2filter/php_functions.c 		ADD_TIME(mtime);
mtime             139 sapi/apache2filter/php_functions.c 		ADD_LONG(mtime);
mtime             190 sapi/apache2filter/sapi_apache2.c 	ctx->finfo.st_mtime.tv_sec = apr_time_sec(ctx->r->finfo.mtime);
mtime             194 sapi/apache2filter/sapi_apache2.c 	ctx->finfo.st_mtime = apr_time_sec(ctx->r->finfo.mtime);
mtime             140 sapi/apache2handler/php_functions.c 		ADD_TIME(mtime);
mtime             159 sapi/apache2handler/php_functions.c 		ADD_LONG(mtime);
mtime             226 sapi/apache2handler/sapi_apache2.c 	ctx->finfo.st_mtime.tv_sec = apr_time_sec(ctx->r->finfo.mtime);
mtime             230 sapi/apache2handler/sapi_apache2.c 	ctx->finfo.st_mtime = apr_time_sec(ctx->r->finfo.mtime);
mtime             649 sapi/apache2handler/sapi_apache2.c 		ap_update_mtime(r, r->finfo.mtime);
mtime             497 sapi/apache_hooks/php_apache.c 	apache_request_read_int_slot(offsetof(request_rec, mtime), INTERNAL_FUNCTION_PARAM_PASSTHRU);
mtime             746 sapi/apache_hooks/php_apache.c 	long mtime = 0;
mtime             748 sapi/apache_hooks/php_apache.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &mtime) == FAILURE) {
mtime             754 sapi/apache_hooks/php_apache.c 	RETURN_LONG(ap_update_mtime(r, (int) mtime));
mtime            1317 sapi/apache_hooks/php_apache.c 	PHP_FALIAS(mtime,						apache_request_mtime,				NULL)
mtime            1894 sapi/apache_hooks/php_apache.c 	if(rr->mtime) {
mtime            1895 sapi/apache_hooks/php_apache.c 		add_property_long(return_value,"mtime", rr->mtime);