Home
last modified time | relevance | path

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

/php-src/ext/dom/lexbor/lexbor/core/
H A Dstr.c384 lexbor_str_data_ncasecmp_first(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_ncasecmp_first()
405 lexbor_str_data_ncasecmp_end(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_ncasecmp_end()
435 lexbor_str_data_ncasecmp(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_ncasecmp()
450 lexbor_str_data_nlocmp_right(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_nlocmp_right()
463 lexbor_str_data_nupcmp_right(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_nupcmp_right()
476 lexbor_str_data_casecmp(const lxb_char_t *first, const lxb_char_t *sec) in lexbor_str_data_casecmp()
495 lexbor_str_data_ncmp_end(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_ncmp_end()
523 lexbor_str_data_ncmp(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_ncmp()
530 lexbor_str_data_cmp(const lxb_char_t *first, const lxb_char_t *sec) in lexbor_str_data_cmp()
547 lexbor_str_data_cmp_ws(const lxb_char_t *first, const lxb_char_t *sec) in lexbor_str_data_cmp_ws()
/php-src/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()
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 Dparse_date.c25262 timelib_sll sec; in timelib_parse_from_format_with_map() local
/php-src/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-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.h47 #define DASM_SEC2POS(sec) ((sec)<<24) argument
168 dasm_Section *sec = D->section; in dasm_put() local
284 dasm_Section *sec = D->sections + secnum; in dasm_link() local
331 dasm_Section *sec = D->sections + secnum; in dasm_encode() local
H A Ddasm_mips.h47 #define DASM_SEC2POS(sec) ((sec)<<24) argument
168 dasm_Section *sec = D->section; in dasm_put() local
280 dasm_Section *sec = D->sections + secnum; in dasm_link() local
327 dasm_Section *sec = D->sections + secnum; in dasm_encode() local
H A Ddasm_arm.h48 #define DASM_SEC2POS(sec) ((sec)<<24) argument
177 dasm_Section *sec = D->section; in dasm_put() local
301 dasm_Section *sec = D->sections + secnum; in dasm_link() local
349 dasm_Section *sec = D->sections + secnum; in dasm_encode() local
H A Ddasm_x86.h46 #define DASM_SEC2POS(sec) ((sec)<<24) argument
170 dasm_Section *sec = D->section; in dasm_put() local
304 dasm_Section *sec = D->sections + secnum; in dasm_link() local
404 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
/php-src/ext/fileinfo/libmagic/
H A Dcdf_time.c169 cdf_ctime(const time_t *sec, char *buf) in cdf_ctime()
H A Dcdf.c448 cdf_secid_t *msa, mid, sec; in cdf_read_sat() local
/php-src/sapi/fpm/fpm/
H A Dfpm_process_ctl.c59 static int fpm_pctl_timeout_set(int sec) /* {{{ */ in fpm_pctl_timeout_set()
/php-src/ext/mysqli/
H A Dmysqli_nonapi.c749 zend_long sec = 0, usec = 0; local
/php-src/ext/sockets/
H A Dsockets.c571 zend_long sec, usec = 0; local
1773 zval *sec, *usec; local
/php-src/ext/date/
H A Dphp_date.c1141 zend_long hou, min, sec, mon, day, yea; in php_mktime() local
2385 static void php_date_get_current_time_with_fraction(time_t *sec, suseconds_t *usec) in php_date_get_current_time_with_fraction()
2407 time_t sec; in php_date_initialize() local
2512 PHPAPI void php_date_initialize_from_ts_long(php_date_obj *dateobj, zend_long sec, int usec) /* {{{… in php_date_initialize_from_ts_long()
2525 zend_long sec; in php_date_initialize_from_ts_double() local
/php-src/sapi/cgi/
H A Dcgi_main.c2628 int sec; local
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c2206 mysqlnd_poll(MYSQLND **r_array, MYSQLND **e_array, MYSQLND ***dont_poll, long sec, long usec, int *…

Completed in 153 milliseconds