Home
last modified time | relevance | path

Searched refs:php_gmtime_r (Results 1 – 8 of 8) sorted by relevance

/PHP-5.3/main/
H A Dphp_reentrancy.h96 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 Dreentrancy.c105 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.3/ext/standard/
H A Ddatetime.c59 tm1 = php_gmtime_r(&t, &tmbuf); in php_std_date()
H A Dftp_fopen_wrapper.c858 gmt = php_gmtime_r(&stamp, &tmbuf); in php_stream_ftp_url_stat()
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c270 tm = php_gmtime_r(&value, &tmbuf); in date_to_ISO8601()
/PHP-5.3/ext/ftp/
H A Dftp.c1014 gmt = php_gmtime_r(&stamp, &tmbuf); in ftp_mdtm()
/PHP-5.3/ext/session/
H A Dsession.c1090 res = php_gmtime_r(when, &tm);
/PHP-5.3/ext/interbase/
H A Dibase_query.c696 res = php_gmtime_r(&Z_LVAL_P(b_var), &t); in _php_ibase_bind()

Completed in 34 milliseconds