Searched defs:sp (Results 1 – 14 of 14) sorted by relevance
/php-src/ext/dom/lexbor/lexbor/css/selectors/ |
H A D | selector.h | 109 #define LXB_CSS_SELECTOR_SPECIFICITY_MASK_N(sp, n) \ argument 115 #define lxb_css_selector_sp_i(sp) ((sp) >> 28) argument 117 #define lxb_css_selector_sp_s(sp) \ argument 120 #define lxb_css_selector_sp_a(sp) \ argument 123 #define lxb_css_selector_sp_b(sp) \ argument 126 #define lxb_css_selector_sp_c(sp) \ argument 129 #define lxb_css_selector_sp_set_i(sp, num) \ argument 144 #define lxb_css_selector_sp_add_s(sp, num) \ argument 147 #define lxb_css_selector_sp_add_a(sp, num) \ argument 150 #define lxb_css_selector_sp_add_b(sp, num) \ argument [all …]
|
/php-src/ext/dom/lexbor/lexbor/html/ |
H A D | style.h | 23 lxb_css_selector_specificity_t sp; member 32 lxb_css_selector_specificity_t sp; member
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat_format_object.cpp | 192 StringPiece sp(Z_STRVAL_P(format)); in PHP_FUNCTION() local
|
/php-src/ext/standard/ |
H A D | php_crypt_r.c | 104 const char *sp, *ep; in php_md5_crypt_r() local
|
H A D | file.c | 1543 char *sp, *dp; in php_copy_file_ctx() local
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_signals.c | 21 static int sp[2]; variable
|
/php-src/main/ |
H A D | snprintf.c | 426 #define INS_CHAR(c, sp, bep, cc) \ argument 475 char *sp; in format_converter() local
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_substring.c | 383 PCRE2_UCHAR *sp; in pcre2_substring_list_get() local
|
/php-src/ext/gd/libgd/ |
H A D | gd_gif_in.c | 90 int stack[STACK_SIZE], *sp; member
|
H A D | gd.c | 1979 struct seg *sp; in gdImageFill() local 2071 struct seg *sp; in _gdImageFillTiled() local
|
/php-src/Zend/ |
H A D | zend_strtod.c | 1582 (sp, t) char **sp, *t; in match() argument 1604 (rvp, sp) U *rvp; CONST char **sp; in hexnan() argument 1787 gethex(sp, rvp, rounding, sign) in gethex() argument
|
/php-src/ext/mbstring/ |
H A D | php_mbregex.c | 716 char *p, *sp, *eos; in mb_regex_substitute() local
|
/php-src/ext/ftp/ |
H A D | ftp.c | 723 const char *sp = memchr(input, ' ', end - input); in ftp_mlsd_parse_line() local
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 10574 ir_ref sp = ir_RLOAD_A(IR_REG_SP); local
|
Completed in 94 milliseconds