Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Duniqid.c45 int sec, usec; in PHP_FUNCTION() local
H A Dstreamsfuncs.c758 zend_long sec, usec = 0; in PHP_FUNCTION() local
/PHP-8.0/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_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_arm.h48 #define DASM_SEC2POS(sec) ((sec)<<24) argument
182 dasm_Section *sec = D->section; in dasm_put() local
305 dasm_Section *sec = D->sections + secnum; in dasm_link() local
353 dasm_Section *sec = D->sections + secnum; in dasm_encode() local
H A Ddasm_arm64.h48 #define DASM_SEC2POS(sec) ((sec)<<24) argument
222 dasm_Section *sec = D->section; in dasm_put() local
360 dasm_Section *sec = D->sections + secnum; in dasm_link() local
409 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
305 dasm_Section *sec = D->sections + secnum; in dasm_link() local
387 dasm_Section *sec = D->sections + secnum; in dasm_encode() local
/PHP-8.0/ext/date/lib/
H A Dtimelib.c186 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms()
199 void timelib_hms_to_decimal_hour(int hour, int min, int sec, double *h) in timelib_hms_to_decimal_hour()
H A Dparse_date.c25502 timelib_sll sec; in timelib_parse_from_format_with_map() local
/PHP-8.0/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.0/sapi/fpm/fpm/
H A Dfpm_process_ctl.c59 static int fpm_pctl_timeout_set(int sec) /* {{{ */ in fpm_pctl_timeout_set()
/PHP-8.0/ext/sockets/
H A Dsockets.c732 zend_long sec, usec = 0; local
1851 zval *sec, *usec; local
/PHP-8.0/ext/mysqli/
H A Dmysqli_nonapi.c837 zend_long sec = 0, usec = 0; local
/PHP-8.0/ext/date/
H A Dphp_date.c1077 zend_long hou, min, sec, mon, day, yea; in php_mktime() local
2226 static void php_date_get_current_time_with_fraction(time_t *sec, suseconds_t *usec) in php_date_get_current_time_with_fraction()
2248 time_t sec; in php_date_initialize() local
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c2638 int sec; local
/PHP-8.0/ext/imap/
H A Dphp_imap.c1943 zend_string *sec; in PHP_FUNCTION() local
1982 zend_string *sec; in PHP_FUNCTION() local
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_connection.c2576 mysqlnd_poll(MYSQLND **r_array, MYSQLND **e_array, MYSQLND ***dont_poll, long sec, long usec, int *…

Completed in 116 milliseconds