Home
last modified time | relevance | path

Searched defs:q (Results 1 – 25 of 58) sorted by relevance

123

/php-src/ext/pdo_pgsql/
H A Dpgsql_statement.c77 char *q = NULL; in pgsql_stmt_dtor() local
114 char *q = NULL; in pgsql_stmt_dtor() local
152 char *q = NULL; in pgsql_stmt_execute() local
429 char *q = NULL; in pgsql_stmt_fetch() local
611 char *q=NULL; in pgsql_stmt_get_column_meta() local
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c149 const unsigned char *p, *q; in mbfl_strcut() local
193 const unsigned char *p, *q, *r; in mbfl_strcut() local
/php-src/sapi/fpm/fpm/
H A Dfpm_events.c199 struct fpm_event_queue_s *q; in fpm_event_queue_del() local
235 struct fpm_event_queue_s *q, *tmp; in fpm_event_queue_destroy() local
391 struct fpm_event_queue_s *q, *q2; in fpm_event_loop() local
/php-src/sapi/fpm/fpm/events/
H A Dselect.c84 struct fpm_event_queue_s *q; in fpm_event_select_wait() local
H A Dpoll.c129 struct fpm_event_queue_s *q; in fpm_event_poll_wait() local
H A Ddevpoll.c145 struct fpm_event_queue_s *q; in fpm_event_devpoll_wait() local
/php-src/ext/fileinfo/libmagic/
H A Dder.c238 der_data(char *buf, size_t blen, uint32_t tag, const void *q, uint32_t len) in der_data()
388 printtag(uint32_t tag, const void *q, uint32_t len) in printtag()
415 const uint8_t *q; in printdata() local
H A Dcdf_time.c193 char *p, *q; in main() local
/php-src/ext/opcache/jit/ir/
H A Dir_gcm.c200 ir_ref *q = ctx->ir_base[insn->op1].ops + 1; /* MERGE inputs */ in ir_split_partially_dead_node() local
306 ir_ref *q = ctx->ir_base[insn->op1].ops + 1; /* MERGE inputs */ in ir_split_partially_dead_node() local
462 ir_ref *q = ctx->ir_base[insn->op1].ops + 1; /* MERGE inputs */ in ir_gcm_schedule_late() local
723 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 Dgen_ir_fold_hash.c140 const char *q; in parse_rule() local
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()
/php-src/ext/random/
H A Dengine_combinedlcg.c47 int32_t q, z; in generate() local
/php-src/ext/mysqli/
H A Dmysqli_mysqlnd.h41 #define mysqli_async_query(c, q, l) mysqlnd_async_query((c), (q), (l)) argument
/php-src/ext/sodium/
H A Dlibsodium.c2590 zend_string *q; in PHP_FUNCTION() local
2615 ZSTR_VAL(q)[crypto_scalarmult_BYTES] = 0; in PHP_FUNCTION() local
2623 zend_string *q; in PHP_FUNCTION() local
2657 zend_string *q; in PHP_FUNCTION() local
2677 ZSTR_VAL(q)[crypto_scalarmult_BYTES] = 0; in PHP_FUNCTION() local
2786 unsigned char q[crypto_scalarmult_BYTES]; in PHP_FUNCTION() local
2836 unsigned char q[crypto_scalarmult_BYTES]; in PHP_FUNCTION() local
3599 unsigned char *q; in PHP_FUNCTION() local
3689 unsigned char *q; in PHP_FUNCTION() local
3852 unsigned char *q; in PHP_FUNCTION() local
[all …]
/php-src/ext/standard/
H A Dversioning.c31 char *buf = safe_emalloc(len, 2, 1), *q, lp, lq; in php_canonicalize_version() local
/php-src/sapi/phpdbg/
H A Dphpdbg_help.c43 char *new, *q; in pretty_print() local
/php-src/ext/opcache/
H A Dzend_file_cache.c801 zend_trait_alias **p, *q; local
827 zend_trait_precedence **p, *q; local
1632 zend_trait_alias **p, *q; local
1656 zend_trait_precedence **p, *q; local
/php-src/Zend/
H A Dzend_hash.c1118 zval *q = ht->arPacked + ht->nNumUsed; in _zend_hash_index_add_or_update_i() local
1365 Bucket *q = p; in zend_hash_rehash() local
2319 …_element(HashTable *source, HashTable *target, uint32_t idx, Bucket *p, Bucket *q, bool packed, bo… in zend_array_dup_element()
2360 zval *q = target->arPacked; in zend_array_dup_packed_elements() local
2381 Bucket *q = target->arData; in zend_array_dup_elements() local
2925 ZEND_API void zend_hash_bucket_swap(Bucket *p, Bucket *q) in zend_hash_bucket_swap()
2944 ZEND_API void zend_hash_bucket_renum_swap(Bucket *p, Bucket *q) in zend_hash_bucket_renum_swap()
2953 ZEND_API void zend_hash_bucket_packed_swap(Bucket *p, Bucket *q) in zend_hash_bucket_packed_swap()
H A Dzend_llist.c188 static void zend_llist_swap(zend_llist_element **p, zend_llist_element **q) in zend_llist_swap()
H A Dzend_operators.c2916 unsigned char *q = (unsigned char*)dest; in zend_str_tolower_impl() local
2938 unsigned char *q = (unsigned char*)dest; in zend_str_toupper_impl() local
3060 unsigned char *q = (unsigned char*) ZSTR_VAL(res) + (p - (unsigned char*) ZSTR_VAL(str)); in zend_string_tolower_ex() local
3082 unsigned char *q = (unsigned char*) ZSTR_VAL(res) + (p - (unsigned char*) ZSTR_VAL(str)); in zend_string_tolower_ex() local
3109 unsigned char *q = (unsigned char *) ZSTR_VAL(res) + (p - (unsigned char *) ZSTR_VAL(str)); in zend_string_toupper_ex() local
3131 unsigned char *q = (unsigned char *) ZSTR_VAL(res) + (p - (unsigned char *) ZSTR_VAL(str)); in zend_string_toupper_ex() 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/win32/
H A Dglob.c502 static int compare(const void *p, const void *q) in compare()
532 Char *p, *q; in glob2() local
/php-src/ext/openssl/
H A Dopenssl.c306 static int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q) in RSA_set0_factors()
330 static void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in RSA_get0_factors()
350 static int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg()
380 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DSA_set0_pqg()
3874 BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in php_openssl_pkey_init_legacy_rsa() local
3903 BIGNUM *n = NULL, *e = NULL, *d = NULL, *p = NULL, *q = NULL; in php_openssl_pkey_init_rsa() local
3997 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_legacy_dsa() local
4171 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_legacy_dh() local
5078 const BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in PHP_FUNCTION() local
5107 const BIGNUM *p, *q, *g, *priv_key, *pub_key; in PHP_FUNCTION() local
[all …]
/php-src/ext/pdo_dblib/
H A Ddblib_driver.c150 char *q; in dblib_handle_quoter() local
/php-src/ext/intl/collator/
H A Dcollator_sort.c315 static void collator_sortkey_swap(collator_sort_key_index_t *p, collator_sort_key_index_t *q) /* {{… in collator_sortkey_swap()

Completed in 121 milliseconds

123