Home
last modified time | relevance | path

Searched defs:q (Results 1 – 25 of 58) sorted by last modified time

123

/php-src/ext/standard/
H A Darray.c3648 zval *q = Z_ARRVAL_P(stack)->arPacked + k; local
3661 zval *q = Z_ARRVAL_P(stack)->arPacked + k; local
4903 static void array_bucketindex_swap(void *p, void *q)
5992 static void array_bucket_p_sawp(void *p, void *q) /* {{{ */ {
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1310 ir_ref *q; in zend_jit_def_reg() local
3458 ir_ref j, k, n, *p, *q, *r; in _zend_jit_fix_merges() local
H A Dzend_jit_trace.c2477 zend_jit_trace_rec *q = p + 1; in zend_jit_trace_build_tssa() local
6386 const zend_jit_trace_rec *q = p + 1; in zend_jit_trace() local
6907 zend_jit_trace_rec *q = p + 1; in zend_jit_trace() local
/php-src/sapi/cgi/
H A Dcgi_main.c1587 char **env, *p, *q, *var, *val, *t = buf; local
/php-src/main/
H A Dfastcgi.c272 fcgi_hash_buckets *q = b; in fcgi_hash_destroy() local
278 fcgi_data_seg *q = p; in fcgi_hash_destroy() local
290 fcgi_hash_buckets *q = h->buckets; in fcgi_hash_clean() local
298 fcgi_data_seg *q = h->data; in fcgi_hash_clean() local
1148 fcgi_hash_bucket *q; in fcgi_read_request() local
/php-src/ext/random/
H A Dengine_combinedlcg.c47 int32_t q, z; in generate() local
/php-src/Zend/
H A Dzend_builtin_functions.c233 zval *p, *q; in ZEND_FUNCTION() local
H A Dzend_alloc.c1959 zend_mm_free_slot *p, **q; local
2167 zend_mm_huge_list *q = list; local
2308 zend_mm_huge_list *q = list; local
2316 zend_mm_chunk *q = p->next; local
2346 zend_mm_chunk *q = p->next; local
H A Dzend_strtod.c2173 ULong *bx, *bxe, q, *sx, *sxe; local
H A Dzend_object_handlers.c1563 zval *q = &CE_STATIC_MEMBERS(class_type->parent)[i]; in zend_class_init_statics() local
H A Dzend_vm_execute.h11174 zval *p, *q; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER() local
37281 zval *p, *q; in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER() local
H A Dzend_vm_def.h9500 zval *p, *q; in ZEND_HASH_FILL_PACKED() local
/php-src/ext/openssl/
H A Dopenssl.c307 static int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q) in RSA_set0_factors()
331 static void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in RSA_get0_factors()
351 static int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg()
381 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DSA_set0_pqg()
3879 BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in php_openssl_pkey_init_legacy_rsa() local
3908 BIGNUM *n = NULL, *e = NULL, *d = NULL, *p = NULL, *q = NULL; in php_openssl_pkey_init_rsa() local
4002 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_legacy_dsa() local
4176 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_legacy_dh() local
5083 const BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in PHP_FUNCTION() local
5112 const BIGNUM *p, *q, *g, *priv_key, *pub_key; in PHP_FUNCTION() local
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_private.h578 IR_ALWAYS_INLINE void ir_bitqueue_init(ir_bitqueue *q, uint32_t n) in ir_bitqueue_init()
585 IR_ALWAYS_INLINE void ir_bitqueue_free(ir_bitqueue *q) in ir_bitqueue_free()
590 IR_ALWAYS_INLINE void ir_bitqueue_clear(ir_bitqueue *q) in ir_bitqueue_clear()
596 IR_ALWAYS_INLINE int ir_bitqueue_pop(ir_bitqueue *q) in ir_bitqueue_pop()
615 IR_ALWAYS_INLINE void ir_bitqueue_add(ir_bitqueue *q, uint32_t n) in ir_bitqueue_add()
624 IR_ALWAYS_INLINE void ir_bitqueue_del(ir_bitqueue *q, uint32_t n) in ir_bitqueue_del()
629 IR_ALWAYS_INLINE bool ir_bitqueue_in(const ir_bitqueue *q, uint32_t n) in ir_bitqueue_in()
H A Dir_cfg.c241 uint32_t *q = edges + bb->predecessors; in ir_build_cfg() local
302 uint32_t i, *p, *q, n = 0; in ir_remove_predecessor() local
477 uint32_t *q = edges + bb->predecessors; in ir_remove_unreachable_blocks() local
H A Dir_gcm.c201 ir_ref *q = ctx->ir_base[insn->op1].ops + 1; /* MERGE inputs */ in ir_split_partially_dead_node() local
307 ir_ref *q = ctx->ir_base[insn->op1].ops + 1; /* MERGE inputs */ in ir_split_partially_dead_node() local
463 ir_ref *q = ctx->ir_base[insn->op1].ops + 1; /* MERGE inputs */ in ir_gcm_schedule_late() local
724 ir_ref i, j, k, n, *p, *q, ref, new_ref, prev_ref, insns_count, consts_count, use_edges_count; in ir_schedule() local
H A Dir.c1254 ir_ref j, n, *p, *q, use; local
H A Dir_ra.c140 ir_live_range *p, *q; in ir_add_live_range() local
229 ir_live_range *q; in ir_add_fixed_live_range() local
1005 ir_ref *q = ctx->ir_base[insn->op1].ops + 1; /* MERGE inputs */ in ir_compute_live_sets() local
H A Dir_disasm.c346 char *p, *q, *r; local
H A Dgen_ir_fold_hash.c140 const char *q; in parse_rule() local
/php-src/ext/mbstring/
H A Dmbstring.c2427 const unsigned char *p, *q, *end; in PHP_FUNCTION() local
/php-src/ext/session/
H A Dsession.c293 unsigned char *p, *q; in bin_to_readable() local
991 const char *p, *q; in PS_SERIALIZER_DECODE_FUNC() local
/php-src/ext/opcache/
H A DZendAccelerator.c631 Bucket *p, *q; in accel_copy_permanent_strings() local
/php-src/ext/pcre/
H A Dphp_pcre.c2767 *q, /* Iterator for output string */ in PHP_FUNCTION() local
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c174 double p, q; in KernelBessel_J1() local
216 double p, q; in KernelBessel_P1() local
252 double p, q; in KernelBessel_Q1() local
288 double p, q; in KernelBessel_Order1() local

Completed in 362 milliseconds

123