/PHP-8.3/ext/date/lib/ |
H A D | timelib.c | 188 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms() 209 void timelib_hms_to_decimal_hour(int hour, int min, int sec, double *h) in timelib_hms_to_decimal_hour() 218 void timelib_hmsf_to_decimal_hour(int hour, int min, int sec, int us, double *h) in timelib_hmsf_to_decimal_hour()
|
H A D | parse_date.c | 25266 timelib_sll sec; in timelib_parse_from_format_with_map() local
|
/PHP-8.3/ext/standard/ |
H A D | uniqid.c | 45 int sec, usec; in PHP_FUNCTION() local
|
H A D | streamsfuncs.c | 773 zend_long sec, usec = 0; in PHP_FUNCTION() local
|
/PHP-8.3/ext/opcache/jit/dynasm/ |
H A D | dasm_arm.h | 48 #define DASM_SEC2POS(sec) ((sec)<<24) argument 182 dasm_Section *sec = D->section; in dasm_put() local 306 dasm_Section *sec = D->sections + secnum; in dasm_link() local 354 dasm_Section *sec = D->sections + secnum; in dasm_encode() local
|
H A D | dasm_mips.h | 47 #define DASM_SEC2POS(sec) ((sec)<<24) argument 173 dasm_Section *sec = D->section; in dasm_put() local 285 dasm_Section *sec = D->sections + secnum; in dasm_link() local 332 dasm_Section *sec = D->sections + secnum; in dasm_encode() local
|
H A D | dasm_ppc.h | 47 #define DASM_SEC2POS(sec) ((sec)<<24) argument 173 dasm_Section *sec = D->section; in dasm_put() local 289 dasm_Section *sec = D->sections + secnum; in dasm_link() local 336 dasm_Section *sec = D->sections + secnum; in dasm_encode() local
|
H A D | dasm_arm64.h | 50 #define DASM_SEC2POS(sec) ((sec)<<24) argument 224 dasm_Section *sec = D->section; in dasm_put() local 375 dasm_Section *sec = D->sections + secnum; in dasm_link() local 433 dasm_Section *sec = D->sections + secnum; in dasm_encode() local
|
H A D | dasm_x86.h | 46 #define DASM_SEC2POS(sec) ((sec)<<24) argument 182 dasm_Section *sec = D->section; in dasm_put() local 314 dasm_Section *sec = D->sections + secnum; in dasm_link() local 410 dasm_Section *sec = D->sections + secnum; in dasm_encode() local
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | cdf_time.c | 169 cdf_ctime(const time_t *sec, char *buf) in cdf_ctime()
|
H A D | cdf.c | 448 cdf_secid_t *msa, mid, sec; in cdf_read_sat() local
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_process_ctl.c | 59 static int fpm_pctl_timeout_set(int sec) /* {{{ */ in fpm_pctl_timeout_set()
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli_nonapi.c | 749 zend_long sec = 0, usec = 0; local
|
/PHP-8.3/ext/sockets/ |
H A D | sockets.c | 577 zend_long sec, usec = 0; local 1809 zval *sec, *usec; local
|
/PHP-8.3/sapi/cgi/ |
H A D | cgi_main.c | 2631 int sec; local
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 1838 zend_string *sec; in PHP_FUNCTION() local 1875 zend_string *sec; in PHP_FUNCTION() local
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 2206 mysqlnd_poll(MYSQLND **r_array, MYSQLND **e_array, MYSQLND ***dont_poll, long sec, long usec, int *…
|
/PHP-8.3/ext/date/ |
H A D | php_date.c | 1136 zend_long hou, min, sec, mon, day, yea; in php_mktime() local 2380 static void php_date_get_current_time_with_fraction(time_t *sec, suseconds_t *usec) in php_date_get_current_time_with_fraction() 2402 time_t sec; in php_date_initialize() local
|