Home
last modified time | relevance | path

Searched defs:p (Results 226 – 250 of 288) sorted by relevance

12345678910>>...12

/php-src/ext/calendar/
H A Dcalendar.c363 char *p, old[18], *endofalafim; in heb_number_to_chars() local
/php-src/ext/standard/
H A Dcrypt_sha256.c267 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in sha256_process_bytes() argument
H A Dcrypt_sha512.c301 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) in sha512_process_bytes() argument
H A Ddns.c455 uint8_t *tp, *p; in php_parserr() local
H A Dpassword.c243 const char *p = ZSTR_VAL(hash); in extract_argon2_parameters() local
H A Dbasic_functions.c742 char *p, **env; local
871 opt_struct *p; local
/php-src/main/streams/
H A Dxp_socket.c619 char *p; in parse_ip_address_ex() local
/php-src/ext/spl/
H A Dphp_spl.c602 Bucket *p = spl_find_registered_function(alfi); in PHP_FUNCTION() local
/php-src/main/
H A Dmain.c950 char *p; in php_verror() local
2307 const char **p = directives[i].directives; in php_module_startup() local
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c199 const char *p = str; in phpdbg_trim() local
H A Dphpdbg_prompt.c771 char *end = param->str + param->len, *p = param->str; in PHPDBG_COMMAND() local
/php-src/ext/sockets/
H A Dmulticast.c753 *p; local
/php-src/ext/random/
H A Drandom.c617 static inline void fallback_seed_add(PHP_SHA1_CTX *c, void *p, size_t l){
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstr.c42 lxb_char_t *p; in lexbor_str_init_append() local
/php-src/ext/soap/
H A Dphp_sdl.c3144 static void delete_psdl_int(sdl_cache_bucket *p) in delete_psdl_int()
3214 sdl_cache_bucket *p; in get_sdl() local
3371 sdl_cache_bucket p; in get_sdl() local
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c1782 Bucket *p = (Bucket*)((char*)EG(symbol_table).arData + idx); in zend_jit_fetch_global_helper() local
1878 Bucket *p = (Bucket*)((char*)zobj->properties->arData + idx); in zend_jit_fetch_obj_r_dynamic() local
1934 Bucket *p = (Bucket*)((char*)zobj->properties->arData + idx); in zend_jit_fetch_obj_is_dynamic() local
/php-src/ext/gd/libgd/
H A Dgd_gd2.c764 int p = im->tpixels[y][x]; in _gdImageGd2() local
/php-src/Zend/
H A Dzend_generators.c628 Bucket *p; in zend_generator_get_next_delegated_value() local
H A Dzend.c155 zend_long *p = (zend_long *) ZEND_INI_GET_ADDR(); in ZEND_INI_MH() local
750 Bucket *p = compiler_globals->function_table->arData; in compiler_globals_dtor() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c364 PCRE2_SPTR p; in match_ref() local
7386 PCRE2_SPTR p; in pcre2_match() local
/php-src/ext/opcache/jit/ir/
H A Dir.h724 const ir_ref *p = insn->ops + n; in ir_insn_op() local
730 ir_ref *p = insn->ops + n; in ir_insn_set_op() local
/php-src/ext/curl/
H A Dinterface.c252 char **p; in PHP_INI_END() local
992 char **p = (char **) d->protocols; in PHP_FUNCTION() local
/php-src/Zend/Optimizer/
H A Dzend_ssa.h205 …ays_inline zend_ssa_phi* zend_ssa_next_use_phi(const zend_ssa *ssa, int var, const zend_ssa_phi *p) in zend_ssa_next_use_phi()
/php-src/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h95 #define mysql_stmt_send_long_data(s,p,d,l) mysqlnd_stmt_send_long_data((s), (p), (d), (l)) argument
/php-src/ext/zlib/
H A Dzlib.c1294 zend_long *p = (zend_long *) ZEND_INI_GET_ADDR(); in ZEND_GET_MODULE() local

Completed in 127 milliseconds

12345678910>>...12