Home
last modified time | relevance | path

Searched refs:last_modified (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/sapi/apache/
H A Dmod_php5.h31 long last_modified; member
H A Dphp_apache.c117 …STD_PHP_INI_ENTRY("last_modified", "0", PHP_INI_ALL, OnUpdateLong, last_modified, php_apache…
H A Dmod_php5.c652 if (AP(last_modified)) { in send_php()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.h31 long last_modified; member
H A Dmod_php5.c700 if (AP(last_modified)) { in send_php()
H A Dphp_apache.c103 …STD_PHP_INI_ENTRY("last_modified", "0", PHP_INI_ALL, OnUpdateLong, last_modified, php_apache…
/PHP-5.5/sapi/apache2handler/
H A Dphp_apache.h72 long last_modified; member
H A Dphp_functions.c533 …STD_PHP_INI_ENTRY("last_modified", "0", PHP_INI_ALL, OnUpdateLong, last_modified, php_apache2_info…
H A Dsapi_apache2.c648 if (AP2(last_modified)) { in php_handler()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch247 …gs, char* extraheads, char* type, int length, time_t mod, const char *last_modified, size_t last_m…
281 + if (last_modified == 0) {
283 + last_modified = modbuf;
313 + smart_str_appendl(&s, last_modified, last_modified_len);
1308 + char last_modified[100];
1317 +mmc_map( char* filename, struct stat* sbP, struct timeval* nowP, int nocache, char **last_modified
1355 + strftime( m->last_modified, sizeof(m->last_modified), rfc1123fmt, gmtime( &sb.st_mtime ) );
1356 + m->last_modified_len = strlen(m->last_modified);
1359 + *last_modified = m->last_modified;
1412 …filename, struct stat* sbP, struct timeval* nowP, int nocache, char **last_modified, size_t *last_…
/PHP-5.5/ext/session/
H A Dsession.c1175 static inline void last_modified(TSRMLS_D) /* {{{ */
1211 last_modified(TSRMLS_C);
1222 last_modified(TSRMLS_C);

Completed in 44 milliseconds