/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | str.c | 384 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 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-src/ext/standard/ |
H A D | uniqid.c | 46 int sec, usec; in PHP_FUNCTION() local
|
H A D | streamsfuncs.c | 770 zend_long sec, usec = 0; in PHP_FUNCTION() local
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_ppc.h | 47 #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 D | dasm_mips.h | 47 #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 D | dasm_arm.h | 48 #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 D | dasm_x86.h | 46 #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 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
|
/php-src/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-src/ext/mysqlnd/ |
H A D | mysqlnd_debug.c | 82 const time_t sec = tv.tv_sec; in MYSQLND_METHOD() local 169 const time_t sec = tv.tv_sec; in MYSQLND_METHOD() local
|
H A D | mysqlnd_connection.c | 2184 mysqlnd_poll(MYSQLND **r_array, MYSQLND **e_array, MYSQLND ***dont_poll, long sec, long usec, int *…
|
/php-src/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-src/ext/mysqli/ |
H A D | mysqli_nonapi.c | 745 zend_long sec = 0, usec = 0; local
|
/php-src/ext/sockets/ |
H A D | sockets.c | 597 zend_long sec, usec = 0; local 1883 zval *sec, *usec; local
|
/php-src/ext/date/ |
H A D | php_date.c | 1145 zend_long hou, min, sec, mon, day, yea; in php_mktime() local 2352 static void php_date_get_current_time_with_fraction(time_t *sec, suseconds_t *usec) in php_date_get_current_time_with_fraction() 2374 time_t sec; in php_date_initialize() local 2482 PHPAPI void php_date_initialize_from_ts_long(php_date_obj *dateobj, zend_long sec, int usec) /* {{{… in php_date_initialize_from_ts_long() 2495 zend_long sec; in php_date_initialize_from_ts_double() local
|
/php-src/sapi/cgi/ |
H A D | cgi_main.c | 2647 int sec; local
|