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.c104 char *q = NULL; in pgsql_stmt_finish() local
159 char *q = NULL; in pgsql_stmt_dtor() local
203 char *q = NULL; in pgsql_stmt_execute() local
527 char *q = NULL; in pgsql_stmt_fetch() local
737 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.c198 struct fpm_event_queue_s *q; in fpm_event_queue_del() local
234 struct fpm_event_queue_s *q, *tmp; in fpm_event_queue_destroy() local
382 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
/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.c222 ir_ref *q = ctx->ir_base[insn->op1].ops + 1; /* MERGE inputs */ in ir_split_partially_dead_node() local
328 ir_ref *q = ctx->ir_base[insn->op1].ops + 1; /* MERGE inputs */ in ir_split_partially_dead_node() local
515 ir_ref *q = ctx->ir_base[insn->op1].ops + 1; /* MERGE inputs */ in ir_gcm_schedule_late() local
787 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_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_grow(ir_bitqueue *q, uint32_t n) in ir_bitqueue_grow()
596 IR_ALWAYS_INLINE void ir_bitqueue_free(ir_bitqueue *q) in ir_bitqueue_free()
601 IR_ALWAYS_INLINE void ir_bitqueue_clear(ir_bitqueue *q) in ir_bitqueue_clear()
607 IR_ALWAYS_INLINE int ir_bitqueue_pop(ir_bitqueue *q) in ir_bitqueue_pop()
626 IR_ALWAYS_INLINE void ir_bitqueue_add(ir_bitqueue *q, uint32_t n) in ir_bitqueue_add()
635 IR_ALWAYS_INLINE void ir_bitqueue_del(ir_bitqueue *q, uint32_t n) in ir_bitqueue_del()
640 IR_ALWAYS_INLINE bool ir_bitqueue_in(const ir_bitqueue *q, uint32_t n) in ir_bitqueue_in()
H A Dgen_ir_fold_hash.c140 const char *q; in parse_rule() local
H A Dir_cfg.c241 uint32_t *q = edges + bb->predecessors; in ir_build_cfg() local
303 uint32_t i, *p, *q, n = 0; in ir_remove_predecessor() local
478 uint32_t *q = edges + bb->predecessors; in ir_remove_unreachable_blocks() 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
2788 unsigned char q[crypto_scalarmult_BYTES]; in PHP_FUNCTION() local
2838 unsigned char q[crypto_scalarmult_BYTES]; in PHP_FUNCTION() local
3605 unsigned char *q; in PHP_FUNCTION() local
3695 unsigned char *q; in PHP_FUNCTION() local
3858 unsigned char *q; in PHP_FUNCTION() local
[all …]
/php-src/sapi/phpdbg/
H A Dphpdbg_help.c43 char *new, *q; in pretty_print() local
/php-src/ext/standard/
H A Dversioning.c31 char *buf = safe_emalloc(len, 2, 1), *q, lp, lq; in php_canonicalize_version() local
H A Dcrypt_freesec.c613 uint8_t *p, *q; in _crypt_extended_r() local
/php-src/ext/opcache/
H A Dzend_file_cache.c820 zend_trait_alias **p, *q; local
846 zend_trait_precedence **p, *q; local
1668 zend_trait_alias **p, *q; local
1692 zend_trait_precedence **p, *q; 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/Zend/
H A Dzend_hash.c1123 zval *q = ht->arPacked + ht->nNumUsed; in _zend_hash_index_add_or_update_i() local
1370 Bucket *q = p; in zend_hash_rehash() local
2324 …nt(const HashTable *source, HashTable *target, uint32_t idx, Bucket *p, Bucket *q, bool packed, bo… in zend_array_dup_element()
2368 zval *q = target->arPacked; in zend_array_dup_packed_elements() local
2389 Bucket *q = target->arData; in zend_array_dup_elements() local
2933 ZEND_API void zend_hash_bucket_swap(Bucket *p, Bucket *q) in zend_hash_bucket_swap()
2952 ZEND_API void zend_hash_bucket_renum_swap(Bucket *p, Bucket *q) in zend_hash_bucket_renum_swap()
2961 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.c2931 unsigned char *q = (unsigned char*)dest; in zend_str_tolower_impl() local
2953 unsigned char *q = (unsigned char*)dest; in zend_str_toupper_impl() local
3075 unsigned char *q = (unsigned char*) ZSTR_VAL(res) + (p - (unsigned char*) ZSTR_VAL(str)); in zend_string_tolower_ex() local
3097 unsigned char *q = (unsigned char*) ZSTR_VAL(res) + (p - (unsigned char*) ZSTR_VAL(str)); in zend_string_tolower_ex() local
3124 unsigned char *q = (unsigned char *) ZSTR_VAL(res) + (p - (unsigned char *) ZSTR_VAL(str)); in zend_string_toupper_ex() local
3146 unsigned char *q = (unsigned char *) ZSTR_VAL(res) + (p - (unsigned char *) ZSTR_VAL(str)); in zend_string_toupper_ex() 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.c324 static int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q) in RSA_set0_factors()
348 static void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in RSA_get0_factors()
368 static int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg()
398 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DSA_set0_pqg()
3942 BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in php_openssl_pkey_init_legacy_rsa() local
3971 BIGNUM *n = NULL, *e = NULL, *d = NULL, *p = NULL, *q = NULL; in php_openssl_pkey_init_rsa() local
4065 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_legacy_dsa() local
4239 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_legacy_dh() local
5272 const BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in PHP_FUNCTION() local
5301 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 97 milliseconds

123