Home
last modified time | relevance | path

Searched defs:sec (Results 1 – 18 of 18) sorted by relevance

/PHP-8.1/ext/date/lib/
H A Dtimelib.c188 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms()
201 void timelib_hms_to_decimal_hour(int hour, int min, int sec, double *h) in timelib_hms_to_decimal_hour()
210 void timelib_hmsf_to_decimal_hour(int hour, int min, int sec, int us, double *h) in timelib_hmsf_to_decimal_hour()
H A Dparse_date.c26331 timelib_sll sec; in timelib_parse_from_format_with_map() local
/PHP-8.1/ext/standard/
H A Duniqid.c46 int sec, usec; in PHP_FUNCTION() local
H A Dstreamsfuncs.c769 zend_long sec, usec = 0; in PHP_FUNCTION() local
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_mips.h47 #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 Ddasm_arm.h48 #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 Ddasm_ppc.h47 #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 Ddasm_arm64.h50 #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 Ddasm_x86.h46 #define DASM_SEC2POS(sec) ((sec)<<24) argument
175 dasm_Section *sec = D->section; in dasm_put() local
307 dasm_Section *sec = D->sections + secnum; in dasm_link() local
403 dasm_Section *sec = D->sections + secnum; in dasm_encode() local
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf_time.c170 cdf_ctime(const time_t *sec, char *buf) in cdf_ctime()
H A Dcdf.c440 cdf_secid_t *msa, mid, sec; in cdf_read_sat() local
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_process_ctl.c59 static int fpm_pctl_timeout_set(int sec) /* {{{ */ in fpm_pctl_timeout_set()
/PHP-8.1/ext/sockets/
H A Dsockets.c738 zend_long sec, usec = 0; local
1886 zval *sec, *usec; local
/PHP-8.1/ext/mysqli/
H A Dmysqli_nonapi.c880 zend_long sec = 0, usec = 0; local
/PHP-8.1/ext/date/
H A Dphp_date.c1077 zend_long hou, min, sec, mon, day, yea; in php_mktime() local
2227 static void php_date_get_current_time_with_fraction(time_t *sec, suseconds_t *usec) in php_date_get_current_time_with_fraction()
2249 time_t sec; in php_date_initialize() local
/PHP-8.1/sapi/cgi/
H A Dcgi_main.c2652 int sec; local
/PHP-8.1/ext/imap/
H A Dphp_imap.c1926 zend_string *sec; in PHP_FUNCTION() local
1963 zend_string *sec; in PHP_FUNCTION() local
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_connection.c2219 mysqlnd_poll(MYSQLND **r_array, MYSQLND **e_array, MYSQLND ***dont_poll, long sec, long usec, int *…

Completed in 144 milliseconds