Home
last modified time | relevance | path

Searched defs:p (Results 26 – 50 of 288) sorted by relevance

12345678910>>...12

/php-src/ext/opcache/jit/ir/
H A Dir_ra.c140 ir_live_range *p, *q; in ir_add_live_range() local
505 ir_ref *p, child; in ir_add_fusion_ranges() local
713 ir_ref *p; in ir_compute_live_ranges() local
1161 ir_ref *p, child; in ir_add_fusion_ranges() local
1299 ir_ref n, *p; in ir_compute_live_ranges() local
1331 ir_ref *p; in ir_compute_live_ranges() local
1786 ir_use_pos *p; in ir_hint_conflict() local
2065 ir_ref j, k, *p, use; in ir_compute_dessa_moves() local
2418 ir_live_range *p, *prev; in ir_split_interval_at() local
3523 ir_ref n, *p; in ir_linear_scan() local
[all …]
H A Dir_save.c46 ir_ref k, i, *p, use_ref, input; in ir_save_dessa_moves() local
91 ir_ref i, j, n, ref, *p; in ir_save() local
331 ir_ref *p = ctx->use_edges + use_list->refs; in ir_save() local
H A Dir_sccp.c112 ir_ref j, n, input, *merge_input, *p; in ir_sccp_meet_phi() local
293 ir_ref *p, n = use_list->count; in ir_find1() local
326 ir_ref j, n, *p; in ir_sccp_make_nop() local
340 ir_ref j, n, *p; in ir_sccp_remove_insn() local
362 ir_ref j, n, *p; in ir_sccp_remove_insn2() local
387 ir_ref j, n, *p, use, k, l; in ir_sccp_replace_insn() local
444 ir_ref j, n, *p, use, k, l; in ir_sccp_replace_insn2() local
528 ir_ref n, j, *p, use; in ir_sccp_fold2() local
608 ir_ref i, j, n, k, *p, use; in ir_sccp_remove_unfeasible_merge_inputs() local
1105 ir_ref n, *p, use, op_ref; in ir_try_promote_ext() local
[all …]
/php-src/Zend/
H A Dzend_variables.c54 ZEND_API void ZEND_FASTCALL rc_dtor_func(zend_refcounted *p) in rc_dtor_func()
113 ZEND_API void zval_add_ref(zval *p) in zval_add_ref()
H A Dzend_types.h714 #define GC_DTOR(p) \ argument
724 #define GC_DTOR_NO_REF(p) \ argument
757 #define GC_ADD_FLAGS(p, flags) do { \ argument
760 #define GC_DEL_FLAGS(p, flags) do { \ argument
861 #define GC_IS_RECURSIVE(p) \ argument
864 #define GC_PROTECT_RECURSION(p) do { \ argument
868 #define GC_UNPROTECT_RECURSION(p) do { \ argument
1237 #define ZVAL_PTR(z, p) do { \ argument
1294 # define ZEND_RC_MOD_CHECK(p) do { \ argument
1307 # define ZEND_RC_MOD_CHECK(p) \ argument
[all …]
H A Dzend_objects.c51 zval *p, *end; in zend_object_std_dtor() local
295 zval *p = new_object->properties_table; in zend_objects_clone_obj() local
/php-src/ext/hash/murmur/
H A Dendianness.h65 FORCE_INLINE uint32_t getblock32 ( const uint32_t * const p, const int i) in getblock32()
75 FORCE_INLINE uint64_t getblock64 ( const uint64_t * const p, const int i) in getblock64()
/php-src/ext/mysqli/
H A Dmysqli_prop.c247 MYSQL_RES *p; in MYSQLI_MAP_PROPERTY_FUNC_LONG() local
262 MYSQL_RES *p; in result_lengths_read() local
294 MY_STMT *p; in MYSQLI_MAP_PROPERTY_FUNC_LONG() local
310 MY_STMT *p; in stmt_affected_rows_read() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c784 set_table_bit(pcre2_real_code *re, PCRE2_SPTR p, BOOL caseless, BOOL utf, in set_table_bit()
1088 const uint32_t *p = PRIV(ucd_caseless_sets) + tcode[2]; in set_start_bits() local
1608 PCRE2_SPTR p = tcode + 1 + LINK_SIZE + 1 + ((classmap == NULL)? 0:32); in set_start_bits() local
1797 uint8_t *p = re->start_bitmap; in PRIV() local
H A Dpcre2_valid_utf.c96 PCRE2_SPTR p; in PRIV() local
/php-src/ext/standard/
H A Duuencode.c67 unsigned char *p; in php_uuencode() local
132 char *p; in php_uudecode() local
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c114 char *p; in mbfl_filt_conv_html_enc() local
124 int *p = tmp + sizeof(tmp) / sizeof(tmp[0]); in mbfl_filt_conv_html_enc() local
345 unsigned char *p = *in, *e = p + *in_len; in mb_htmlent_to_wchar() local
H A Dmbfilter_ucs2.c248 unsigned char *p = *in; in mb_ucs2_to_wchar() local
272 unsigned char *p = *in, *e = p + (*in_len & ~1); in mb_ucs2be_to_wchar() local
314 unsigned char *p = *in, *e = p + (*in_len & ~1); in mb_ucs2le_to_wchar() local
H A Dmbfilter_ucs4.c329 unsigned char *p = *in; in mb_ucs4_to_wchar() local
355 unsigned char *p = *in, *e = p + (*in_len & ~3); in mb_ucs4be_to_wchar() local
399 unsigned char *p = *in, *e = p + (*in_len & ~3); in mb_ucs4le_to_wchar() local
H A Dmbfilter_utf32.c261 unsigned char *p = *in; in mb_utf32_to_wchar() local
287 unsigned char *p = *in, *e = p + (*in_len & ~3); in mb_utf32be_to_wchar() local
336 unsigned char *p = *in, *e = p + (*in_len & ~3); in mb_utf32le_to_wchar() local
/php-src/win32/
H A Dsyslog.h33 #define LOG_PRI(p) ((p) & LOG_PRIMASK) argument
50 #define LOG_FAC(p) (((p) & LOG_FACMASK) >> 3) argument
H A Dnice.c62 PHPAPI int nice(zend_long p) in nice()
H A Dglob.c348 const Char *p; in globtilde() local
502 static int compare(const void *p, const void *q) in compare()
532 Char *p, *q; in glob2() local
681 const Char *p; in globextend() local
854 register Char *p; in qprintf() local
/php-src/sapi/litespeed/
H A Dlsapi_main.c91 char *p; in init_sapi_from_env() local
218 char **env, *p, *t = buf; in litespeed_php_import_environment_variables() local
649 char *p; in lsapi_execute_script() local
1167 char ** p = &argv[1]; in parse_opt() local
1230 char ** p = &argv[1]; in cli_main() local
1429 char * p; in setArgv0() local
1609 const char *p = getenv("LSPHP_ENABLE_USER_INI"); in PHP_MINIT_FUNCTION() local
1680 char * p; in PHP_FUNCTION() local
/php-src/sapi/fpm/fpm/
H A Dfpm_unix.c152 char *p; in fpm_unix_resolve_socket_permissions() local
159 char *p; in fpm_unix_resolve_socket_permissions() local
170 char *tmp, *p, *end; in fpm_unix_resolve_socket_permissions() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_alloc.c66 #define REAL_PTR(p) (collect_memory_statistics && (p)? (((char *)(p)) - EXTRA_SIZE) : (p)) argument
67 #define FAKE_PTR(p) (collect_memory_statistics && (p)? (((char *)(p)) + EXTRA_SIZE) : (p)) argument
307 char * p = (char *) ptr; in _mysqlnd_pestrndup() local
335 const char * p = ptr; in _mysqlnd_pestrdup() local
/php-src/ext/fileinfo/libmagic/
H A Dder.c151 gettag(const uint8_t *c, size_t *p, size_t l) in gettag()
184 getlength(const uint8_t *c, size_t *p, size_t l) in getlength()
410 const uint8_t *p = v, *ep = p + l; in printdata() local
446 void *p; in main() local
/php-src/sapi/phpdbg/
H A Dphpdbg_help.c63 const char *p; in pretty_print() local
147 const phpdbg_help_text_t *p; in get_help() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstrtod.c61 const lxb_char_t *p, *e; in lexbor_strtod_read_uint64() local
267 const lxb_char_t *p, *e, *b; in lexbor_strtod_internal() local
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c88 Bucket *p, *end; in zend_accel_move_user_functions() local
119 Bucket *p, *end; in zend_accel_move_user_classes() local
151 Bucket *p, *end; in _zend_accel_function_hash_copy() local
202 Bucket *p, *end; in _zend_accel_class_hash_copy() local

Completed in 118 milliseconds

12345678910>>...12