Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 8 of 8) sorted by relevance

/php-src/Zend/
H A Dzend_vm_gen.php577 function helper_name($name, $spec, $op1, $op2, $extra_spec) {
622 function opcode_name($name, $spec, $op1, $op2, $extra_spec) {
688 function gen_code($f, $spec, $kind, $code, $op1, $op2, $name, $extra_spec=null) {
986 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe…
1128 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $cold = f…
1198 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) {
1671 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) {
1786 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name) {
H A Dzend_API.c783 static const char *zend_parse_arg_impl(zval *arg, va_list *va, const char **spec, char **error, uin… in zend_parse_arg_impl()
1064 static zend_result zend_parse_arg(uint32_t arg_num, zval *arg, va_list *va, const char **spec, int … in zend_parse_arg()
1096 ZEND_API zend_result zend_parse_parameter(int flags, uint32_t arg_num, zval *arg, const char *spec,… in zend_parse_parameter()
H A Dzend_API.h2099 #define Z_PARAM_VARIADIC_EX(spec, dest, dest_num, post_varargs) do { \ argument
2116 #define Z_PARAM_VARIADIC(spec, dest, dest_num) \ argument
H A Dzend_vm_execute.h66615 static uint32_t ZEND_FASTCALL zend_vm_get_opcode_handler_idx(uint32_t spec, const zend_op* op)
66670 uint32_t spec = zend_spec_handlers[opcode]; local
66691 uint32_t spec = zend_spec_handlers[opcode]; local
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Delement.c265 lxb_css_selector_specificity_t spec) in lxb_html_element_style_append()
327 lxb_css_selector_specificity_t spec) in lxb_html_element_style_weak_append()
381 lxb_css_selector_specificity_t spec) in lxb_html_element_style_list_append()
H A Ddocument.c626 lxb_css_selector_specificity_t spec, in lxb_html_document_style_remove_by_rule_cb()
687 lxb_css_selector_specificity_t spec, void *ctx) in lxb_html_document_style_cb()
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c1901 lxb_css_selector_specificity_t spec, void *ctx) in lxb_selectors_cb_ok()
1909 lxb_css_selector_specificity_t spec, void *ctx) in lxb_selectors_cb_not()
/php-src/ext/hash/
H A Dhash.c143 const char *spec = *specp; in parse_serialize_spec() local
233 …t php_hash_serialize_spec(const php_hashcontext_object *hash, zval *zv, const char *spec) /* {{{ */ in php_hash_serialize_spec()
281 …php_hash_unserialize_spec(php_hashcontext_object *hash, const zval *zv, const char *spec) /* {{{ */ in php_hash_unserialize_spec()

Completed in 196 milliseconds