Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 264) sorted by path

1234567891011

/PHP-5.5/TSRM/
H A DTSRM.c171 tsrm_tls_entry *p = tsrm_tls_table[i], *next_p; in tsrm_shutdown() local
245 tsrm_tls_entry *p = tsrm_tls_table[i]; in ts_allocate_id() local
541 tsrm_tls_entry *p = tsrm_tls_table[i]; in ts_free_id() local
H A Dtsrm_config_common.h62 # define tsrm_free_alloca(p, use_heap) \ argument
66 # define tsrm_do_alloca(p, use_heap) malloc(p) argument
67 # define tsrm_free_alloca(p, use_heap) free(p) argument
H A Dtsrm_virtual_cwd.c597 realpath_cache_bucket *p = CWDG(realpath_cache)[i]; in realpath_cache_clean() local
/PHP-5.5/Zend/
H A Dzend.h206 # define free_alloca(p, use_heap) \ argument
211 # define do_alloca(p, use_heap) emalloc(p) argument
212 # define free_alloca(p, use_heap) efree(p) argument
H A Dzend_API.c47 void **p; in zend_get_parameters() local
87 void **p; in _zend_get_parameters_array() local
123 void **p; in zend_get_parameters_ex() local
149 void **p; in _zend_get_parameters_array_ex() local
172 void **p; in zend_copy_parameters_array() local
327 long *p = va_arg(*va, long *); in zend_parse_arg_impl() local
427 char **p = va_arg(*va, char **); in zend_parse_arg_impl() local
502 zval **p = va_arg(*va, zval **); in zend_parse_arg_impl() local
935 const char *p = type_spec; in zend_parse_method_parameters() local
971 const char *p = type_spec; in zend_parse_method_parameters_ex() local
[all …]
H A Dzend_API.h543 #define CHECK_ZVAL_NULL_PATH(p) (Z_STRLEN_P(p) != strlen(Z_STRVAL_P(p))) argument
544 #define CHECK_NULL_PATH(p, l) (strlen(p) != l) argument
723 #define HASH_OF(p) (Z_TYPE_P(p)==IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p… argument
H A Dzend_alloc.c736 zend_mm_free_block **p; in zend_mm_add_to_free_list() local
894 zend_mm_free_block* p; in zend_mm_init() local
1237 zend_mm_block *p, *q; in zend_mm_find_leaks() local
1278 zend_mm_block *p, *q; in zend_mm_check_leaks() local
1337 zend_mm_block *p; in zend_mm_check_ptr() local
1562 zend_mm_block *p, *q; in zend_mm_check_heap() local
1812 zend_mm_free_block *p; in zend_mm_search_large_block() local
2604 void *p; in _ecalloc() local
2623 char *p; in _estrdup() local
2643 char *p; in _estrndup() local
[all …]
H A Dzend_alloc.h110 inline static void * __zend_realloc(void *p, size_t len) in __zend_realloc()
201 #define zend_mm_free(heap, p) _zend_mm_free((heap), (p) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_C… argument
202 #define zend_mm_realloc(heap, p, size) _zend_mm_realloc((heap), (p), (size) ZEND_FILE_LINE_CC ZEND… argument
203 #define zend_mm_block_size(heap, p) _zend_mm_block_size((heap), (p) ZEND_FILE_LINE_CC ZEND_FILE_L… argument
206 #define zend_mm_free_rel(heap, p) _zend_mm_free((heap), (p) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LIN… argument
207 #define zend_mm_realloc_rel(heap, p, size) _zend_mm_realloc((heap), (p), (size) ZEND_FILE_LINE_RELA… argument
208 #define zend_mm_block_size_rel(heap, p) _zend_mm_block_size((heap), (p) ZEND_FILE_LINE_CC ZEND_FIL… argument
H A Dzend_builtin_functions.c409 void **p; in ZEND_FUNCTION() local
449 void **p; in ZEND_FUNCTION() local
2019 void **p = curpos; in debug_backtrace_get_args() local
H A Dzend_compile.c251 char **pp, *p; in zend_set_compiled_filename() local
3594 static void zval_internal_ctor(zval **p) /* {{{ */ in zval_internal_ctor()
3649 zval *p; in zend_do_inheritance() local
5930 zend_llist *p; in zend_do_list_end() local
7036 const char *p; in zend_do_use() local
H A Dzend_execute.h195 zend_vm_stack p = stack->prev; in zend_vm_stack_destroy() local
203 …zend_vm_stack p = zend_vm_stack_new_page(count >= ZEND_VM_STACK_PAGE_SIZE ? count : ZEND_VM_STACK_… in zend_vm_stack_extend() local
263 zend_vm_stack p = EG(argument_stack); in zend_vm_stack_free_int() local
275 zend_vm_stack p = EG(argument_stack); in zend_vm_stack_free() local
292 void **p = EG(argument_stack)->top - 1; in zend_vm_stack_clear_multiple() local
310 void **p = ex->function_state.arguments; in zend_vm_stack_get_args_count_ex() local
319 void **p = ex->function_state.arguments; in zend_vm_stack_get_arg_ex() local
355 #define zendi_zval_copy_ctor(p) zval_copy_ctor(&(p)) argument
356 #define zendi_zval_dtor(p) zval_dtor(&(p)) argument
H A Dzend_execute_API.c449 #define IS_CONSTANT_VISITED(p) (Z_TYPE_P(p) & IS_VISITED_CONSTANT) argument
450 #define Z_REAL_TYPE_P(p) (Z_TYPE_P(p) & ~IS_VISITED_CONSTANT) argument
451 #define MARK_CONSTANT_VISITED(p) Z_TYPE_P(p) |= IS_VISITED_CONSTANT argument
453 static void zval_deep_copy(zval **p) in zval_deep_copy()
468 zval *p = *pp; in zval_update_constant_ex() local
H A Dzend_gc.c266 Bucket *p; in zval_scan_black() local
330 Bucket *p; in zobj_scan_black() local
370 Bucket *p; in zval_mark_grey() local
436 Bucket *p; in zobj_mark_grey() local
508 Bucket *p; in zval_scan() local
572 Bucket *p; in zobj_scan() local
630 Bucket *p; in zval_collect_white() local
707 Bucket *p; in zobj_collect_white() local
782 zval_gc_info *p, *q, *orig_free_list, *orig_next_to_free; in gc_collect_cycles() local
H A Dzend_hash.c199 Bucket *p; in _zend_hash_add_or_update() local
281 Bucket *p; in _zend_hash_quick_add_or_update() local
370 Bucket *p; in _zend_hash_index_update_or_next_insert() local
467 Bucket *p; in zend_hash_rehash() local
489 Bucket *p; in zend_hash_del_key_or_index() local
664 Bucket *p; in zend_hash_graceful_destroy() local
681 Bucket *p; in zend_hash_graceful_reverse_destroy() local
709 Bucket *p; in zend_hash_apply() local
733 Bucket *p; in zend_hash_apply_with_argument() local
757 Bucket *p; in zend_hash_apply_with_arguments() local
[all …]
H A Dzend_ini.c179 const zend_ini_entry *p = ini_entry; in zend_register_ini_entries() local
231 static int zend_ini_refresh_cache(zend_ini_entry *p, int stage TSRMLS_DC) /* {{{ */ in zend_ini_refresh_cache()
551 zend_bool *p; in ZEND_INI_MH() local
580 long *p; in ZEND_INI_MH() local
598 long *p, tmp; in ZEND_INI_MH() local
621 double *p; in ZEND_INI_MH() local
639 char **p; in ZEND_INI_MH() local
657 char **p; in ZEND_INI_MH() local
H A Dzend_language_scanner.c285 const unsigned char *p; in zend_multibyte_detect_utf_encoding() local
710 unsigned char *p = NULL; in zend_get_scanned_file_offset() local
H A Dzend_language_scanner.l283 const unsigned char *p; in zend_multibyte_detect_utf_encoding() local
708 unsigned char *p = NULL; in zend_get_scanned_file_offset() local
H A Dzend_operators.c1997 register unsigned char *p = (unsigned char*)str; in zend_str_tolower() local
H A Dzend_operators.h275 char *p = haystack; in zend_memnstr() local
H A Dzend_static_allocator.h29 #define efree(p) free(p) argument
H A Dzend_string.c87 Bucket *p; in zend_new_interned_string_int() local
188 Bucket *p; in zend_interned_strings_restore_int() local
H A Dzend_variables.c100 ZEND_API void zval_add_ref(zval **p) in zval_add_ref()
H A Dzend_vm_def.h1970 zval **p = (zval**)EX(function_state).arguments; in ZEND_VM_HELPER() local
H A Dzend_vm_execute.h531 zval **p = (zval**)EX(function_state).arguments; in zend_do_fcall_common_helper_SPEC() local
/PHP-5.5/ext/bcmath/
H A Dbcmath.c193 char *p; in php_str2num() local

Completed in 452 milliseconds

1234567891011