Searched refs:php_gmtime_r (Results 1 – 8 of 8) sorted by relevance
/PHP-5.4/main/ |
H A D | php_reentrancy.h | 96 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm); 98 #define php_gmtime_r gmtime_r macro 100 struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm);
|
H A D | reentrancy.c | 105 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) in php_gmtime_r() function 116 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) in php_gmtime_r() function 233 PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) in php_gmtime_r() function
|
/PHP-5.4/ext/standard/ |
H A D | datetime.c | 59 tm1 = php_gmtime_r(&t, &tmbuf); in php_std_date()
|
H A D | ftp_fopen_wrapper.c | 857 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat()
|
/PHP-5.4/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc.c | 273 tm = php_gmtime_r(&value, &tmbuf); in date_to_ISO8601()
|
/PHP-5.4/ext/ftp/ |
H A D | ftp.c | 1016 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
|
/PHP-5.4/ext/interbase/ |
H A D | ibase_query.c | 694 res = php_gmtime_r(&Z_LVAL_P(b_var), &t); in _php_ibase_bind()
|
/PHP-5.4/ext/session/ |
H A D | session.c | 1062 res = php_gmtime_r(when, &tm);
|
Completed in 41 milliseconds