/PHP-5.6/ext/session/ |
H A D | mod_files.c | 77 const char *p; in ps_files_path_create() local 261 const char *p, *last; in PS_OPEN_FUNC() local
|
/PHP-5.6/main/ |
H A D | mergesort.c | 98 #define EVAL(p) (u_char **) \ argument 111 u_char *list2, *list1, *p2, *p, *last, **p1; in php_mergesort() local
|
H A D | php_variables.c | 61 char *p = NULL; in php_register_variable_ex() local 510 char **env, *p, *t = buf; in _php_import_environment_variables() local 895 char *p; in php_auto_globals_create_request() local
|
/PHP-5.6/sapi/apache2filter/ |
H A D | sapi_apache2.c | 461 char *p = get_php_config(conf, "engine", sizeof("engine")); in php_output_filter() local 577 static void php_apache_add_version(apr_pool_t *p) in php_apache_add_version() 702 static void php_register_hook(apr_pool_t *p) in php_register_hook()
|
H A D | apache_config.c | 121 void *merge_php_config(apr_pool_t *p, void *base_conf, void *new_conf) in merge_php_config() 201 void *create_php_config(apr_pool_t *p, char *dummy) in create_php_config()
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 161 UnsetAddr* p; in unset_addr_list_init() local 181 UnsetAddr* p; in unset_addr_list_add() local 462 UChar *p, *prev; in compile_length_string_node() local 1696 int* p; in compile_tree() local 2402 UChar *p; in is_not_included() local 3702 int* p; in setup_tree() local 4204 UChar *p, *end; in concat_opt_exact_info() local 4235 UChar *p; in concat_opt_exact_info_str() local 5145 UChar *p; in print_optimize_info() local 6086 UChar* p; in print_indent_tree() local [all …]
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_ext_plugin.h | 47 #define mysqlnd_plugin_get_plugin_protocol_data(p, p_id) _mysqlnd_plugin_get_plugin_protocol_data((… argument
|
H A D | mysqlnd_plugin.c | 176 Bucket *p; in _mysqlnd_plugin_apply_with_argument() local
|
/PHP-5.6/sapi/apache2handler/ |
H A D | php_functions.c | 351 char *p; in PHP_FUNCTION() local 372 char *p; in PHP_MINFO_FUNCTION() local
|
H A D | apache_config.c | 138 void *merge_php_config(apr_pool_t *p, void *base_conf, void *new_conf) in merge_php_config() 224 void *create_php_config(apr_pool_t *p, char *dummy) in create_php_config()
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_study.c | 635 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, in set_table_bit() 933 const pcre_uint32 *p = PRIV(ucd_caseless_sets) + tcode[2]; in set_start_bits() local
|
/PHP-5.6/TSRM/ |
H A D | TSRM.c | 171 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
|
/PHP-5.6/Zend/ |
H A D | zend_variables.c | 103 ZEND_API void zval_add_ref(zval **p) in zval_add_ref()
|
H A D | zend_execute_API.c | 450 #define IS_CONSTANT_VISITED(p) (Z_TYPE_P(p) & IS_VISITED_CONSTANT) argument 451 #define Z_REAL_TYPE_P(p) (Z_TYPE_P(p) & ~IS_VISITED_CONSTANT) argument 452 #define MARK_CONSTANT_VISITED(p) Z_TYPE_P(p) |= IS_VISITED_CONSTANT argument 456 zval *p = *pp; in zval_update_constant_ex() local
|
/PHP-5.6/sapi/apache_hooks/ |
H A D | mod_php5.c | 313 char *header_name, *header_content, *p; in sapi_apache_header_handler() local 836 static void *php_create_server(pool *p, char *dummy) in php_create_server() 852 static void *php_create_dir(pool *p, char *dummy) in php_create_dir() 875 static void *php_merge_dir(pool *p, void *basev, void *addv) in php_merge_dir() 1225 static void php_child_exit_handler(server_rec *s, pool *p) in php_child_exit_handler() 1239 static void php_init_handler(server_rec *s, pool *p) in php_init_handler()
|
/PHP-5.6/ext/standard/ |
H A D | url.c | 101 char const *s, *e, *p, *pp, *ue; in php_url_parse_ex() local 717 char *s, *p; local
|
H A D | http.c | 35 char *ekey, *newprefix, *p; in php_url_encode_hash_ex() local
|
H A D | http_fopen_wrapper.c | 244 char *s, *p; in php_stream_url_wrap_http_ex() local 510 char *p = s + sizeof("proxy-authorization:") - 1; in php_stream_url_wrap_http_ex() local
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_sockets.c | 48 int p = 0; in fpm_sockets_cleanup() local 251 struct addrinfo hints, *servinfo, *p; in fpm_socket_af_inet_listening_socket() local
|
/PHP-5.6/ext/dba/libcdb/ |
H A D | cdb_make.h | 33 uint32 p; member
|
/PHP-5.6/ext/posix/ |
H A D | posix.c | 525 char *p; in PHP_FUNCTION() local 724 char *p; in PHP_FUNCTION() local 811 char *p; in PHP_FUNCTION() local
|
/PHP-5.6/sapi/nsapi/ |
H A D | nsapi.c | 495 char *header_name, *p; in php_nsapi_remove_header() local 520 char *header_name, *header_content, *p; in sapi_nsapi_header_handler() local 663 char *value,*p; in sapi_nsapi_register_server_variables() local
|
/PHP-5.6/sapi/aolserver/ |
H A D | aolserver.c | 117 char *p; in php_ns_sapi_header_handler() local 313 char *p; in php_ns_sapi_register_variables() local
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | cdf.c | 144 cdf_getuint32(const uint8_t *p, size_t offs) in cdf_getuint32() 276 const void *p, size_t tail, int line) in cdf_check_stream_offset() 764 const uint8_t *p, *q, *e; in cdf_read_property_info() local 1025 cdf_print_property_name(char *buf, size_t bufsiz, uint32_t p) in cdf_print_property_name() 1123 unsigned char *p = v; in cdf_dump() local
|
/PHP-5.6/ext/gd/libgd/ |
H A D | gd.c | 621 int x, y, p; in gdImagePaletteCopy() local 729 int p; in gdImageSetPixel() local 791 int p = gdImageGetPixel(im, x, y); in gdImageGetTrueColorPixel() local 824 int p; in gdImageBrushApply() local 839 int p, tc; in gdImageBrushApply() local 855 int p; in gdImageBrushApply() local 880 int p; in gdImageTileApply() local 916 int tileColor,p; in gdImageTileGet() local 1279 int dr,dg,db,p,r,g,b; in gdImageSetAAPixelColor() local 2521 int p; in gdImageCopyResampled() local [all …]
|