| /PHP_5_3/ext/intl/collator/ |
| H A D | collator_convert.h | 24 void collator_convert_hash_from_utf8_to_utf16( HashTable* hash, UErrorCode* status ); 25 void collator_convert_hash_from_utf16_to_utf8( HashTable* hash, UErrorCode* status );
|
| /PHP_5_3/ext/intl/dateformat/ |
| H A D | dateformat_format.c | 62 static double internal_get_arr_ele(IntlDateFormatter_object *dfo, HashTable* hash_arr, char* key_name TSRMLS_DC) 83 static UDate internal_get_timestamp(IntlDateFormatter_object *dfo, HashTable* hash_arr TSRMLS_DC) 129 HashTable* hash_arr = NULL;
|
| /PHP_5_3/ext/date/ |
| H A D | php_date.h | 115 HashTable *props; 137 HashTable *props; 155 HashTable *tzcache;
|
| /PHP_5_3/ext/ereg/ |
| H A D | php_ereg.h | 41 HashTable ht_rc;
|
| /PHP_5_3/ext/odbc/ |
| H A D | php_odbc_includes.h | 271 HashTable *resource_list; 272 HashTable *resource_plist; 275 int odbc_add_result(HashTable *list, odbc_result *result); 276 odbc_result *odbc_get_result(HashTable *list, int count); 277 void odbc_del_result(HashTable *list, int count); 278 int odbc_add_conn(HashTable *list, HDBC conn); 279 odbc_connection *odbc_get_conn(HashTable *list, int count); 280 void odbc_del_conn(HashTable *list, int ind);
|
| /PHP_5_3/ext/pdo/ |
| H A D | pdo_sqlstate.c | 36 static HashTable err_hash;
|
| /PHP_5_3/ext/soap/ |
| H A D | php_sdl.h | 55 HashTable functions; /* array of sdlFunction */ 56 HashTable *types; /* array of sdlTypesPtr */ 57 HashTable *elements; /* array of sdlTypesPtr */ 58 HashTable *encoders; /* array of encodePtr */ 59 HashTable *bindings; /* array of sdlBindings (key'd by name) */ 60 HashTable *requests; /* array of sdlFunction (references) */ 61 HashTable *groups; /* array of sdlTypesPtr */ 70 HashTable docs; /* array of xmlDocPtr */ 72 HashTable messages; /* array of xmlNodePtr */ 73 HashTable binding [all...] |
| H A D | php_soap.h | 87 HashTable *ft; 100 HashTable *typemap; 106 HashTable *class_map; 153 HashTable defEncNs; /* mapping of default namespaces to prefixes */ 154 HashTable defEnc; 155 HashTable defEncIndex; 156 HashTable *typemap; 169 HashTable *mem_cache; 171 HashTable *class_map; 173 HashTable wsdl_cach [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | basic_functions.h | 165 HashTable *user_shutdown_function_names; 166 HashTable putenv_ht; 182 HashTable sm_protected_env_vars; 220 HashTable *user_filter_map;
|
| H A D | file.h | 124 HashTable *stream_wrappers; /* per-request copy of url_stream_wrappers_hash */ 125 HashTable *stream_filters; /* per-request copy of stream_filters_hash */ 126 HashTable *wrapper_errors; /* key: wrapper address; value: linked list of char* */
|
| H A D | php_array.h | 105 PHPAPI HashTable* php_splice(HashTable *, int, int, zval ***, int, HashTable **); 106 PHPAPI int php_array_merge(HashTable *dest, HashTable *src, int recursive TSRMLS_DC); 107 PHPAPI int php_array_replace_recursive(HashTable *dest, HashTable *src TSRMLS_DC);
|
| H A D | php_http.h | 27 PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr,
|
| H A D | url_scanner_ex.h | 55 HashTable *tags;
|
| /PHP_5_3/ext/xmlreader/ |
| H A D | php_xmlreader.h | 40 HashTable *prop_handler;
|
| /PHP_5_3/ext/xsl/ |
| H A D | php_xsl.h | 59 HashTable *prop_handler; 61 HashTable *parameter; 64 HashTable *registered_phpfunctions; 65 HashTable *node_list;
|
| /PHP_5_3/main/ |
| H A D | php_ini.h | 35 PHPAPI int php_parse_user_ini_file(const char *dirname, char *ini_filename, HashTable *target_hash TSRMLS_DC); 36 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage TSRMLS_DC); 41 PHPAPI HashTable* php_ini_get_configuration_hash(void);
|
| /PHP_5_3/sapi/apache/ |
| H A D | mod_php5.c | 56 static CONST_PREFIX char *php_apache_value_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode); 57 static CONST_PREFIX char *php_apache_value_handler(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2); 58 static CONST_PREFIX char *php_apache_admin_value_handler(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2); 59 static CONST_PREFIX char *php_apache_flag_handler(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2); 60 static CONST_PREFIX char *php_apache_flag_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode); 61 static CONST_PREFIX char *php_apache_admin_flag_handler(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2); 260 HashTable *symbol_table; 603 HashTable *per_dir_conf; 627 per_dir_conf = (HashTable *) get_module_config(r->per_dir_config, &php5_module); 629 zend_hash_apply((HashTable *) per_dir_con [all...] |
| /PHP_5_3/Zend/ |
| H A D | zend.c | 103 static HashTable *global_function_table = NULL; 104 static HashTable *global_class_table = NULL; 105 static HashTable *global_constants_table = NULL; 106 static HashTable *global_auto_globals_table = NULL; 107 static HashTable *global_persistent_list = NULL; 120 static void print_hash(zend_write_func_t write_func, HashTable *ht, int indent, zend_bool is_object TSRMLS_DC) /* {{{ */ 181 static void print_flat_hash(HashTable *ht TSRMLS_DC) /* {{{ */ 334 HashTable *properties = NULL; 392 HashTable *properties; 492 compiler_globals->function_table = (HashTable *) mallo [all...] |
| H A D | zend_fast_cache.h | 122 ZEND_FAST_ALLOC(ht, HashTable, HASHTABLE_CACHE_LIST) 128 ZEND_FAST_ALLOC_REL(ht, HashTable, HASHTABLE_CACHE_LIST)
|
| H A D | zend_globals.h | 97 HashTable *function_table; /* function symbol table */ 98 HashTable *class_table; /* class table */ 100 HashTable filenames_table; 102 HashTable *auto_globals; 136 HashTable *current_import; 140 HashTable *labels; 158 HashTable **static_members; 176 HashTable *symtable_cache[SYMTABLE_CACHE_SIZE]; 177 HashTable **symtable_cache_limit; 178 HashTable **symtable_cache_pt [all...] |
| H A D | zend_hash.c | 51 static void _zend_is_inconsistent(const HashTable *ht, const char *file, int line) 98 static int zend_hash_do_resize(HashTable *ht); 140 ZEND_API int _zend_hash_init(HashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool persistent ZEND_FILE_LINE_DC) 187 ZEND_API int _zend_hash_init_ex(HashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LINE_DC) 196 ZEND_API void zend_hash_set_apply_protection(HashTable *ht, zend_bool bApplyProtection) 203 ZEND_API int _zend_hash_add_or_update(HashTable *ht, const char *arKey, uint nKeyLength, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC) 273 ZEND_API int _zend_hash_quick_add_or_update(HashTable *ht, const char *arKey, uint nKeyLength, ulong h, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC) 342 ZEND_API int zend_hash_add_empty_element(HashTable *ht, const char *arKey, uint nKeyLength) 350 ZEND_API int _zend_hash_index_update_or_next_insert(HashTable *ht, ulong h, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC) 418 static int zend_hash_do_resize(HashTable *h [all...] |
| H A D | zend_hash.h | 82 } HashTable; typedef in typeref:struct:_hashtable 92 typedef zend_bool (*merge_checker_func_t)(HashTable *target_ht, void *source_data, zend_hash_key *hash_key, void *pParam); 99 ZEND_API int _zend_hash_init(HashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool persistent ZEND_FILE_LINE_DC); 100 ZEND_API int _zend_hash_init_ex(HashTable *ht, uint nSize, hash_func_t pHashFunction, dtor_func_t pDestructor, zend_bool persistent, zend_bool bApplyProtection ZEND_FILE_LINE_DC); 101 ZEND_API void zend_hash_destroy(HashTable *ht); 102 ZEND_API void zend_hash_clean(HashTable *ht); 107 ZEND_API int _zend_hash_add_or_update(HashTable *ht, const char *arKey, uint nKeyLength, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC); 113 ZEND_API int _zend_hash_quick_add_or_update(HashTable *ht, const char *arKey, uint nKeyLength, ulong h, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC); 119 ZEND_API int _zend_hash_index_update_or_next_insert(HashTable *ht, ulong h, void *pData, uint nDataSize, void **pDest, int flag ZEND_FILE_LINE_DC); 125 ZEND_API int zend_hash_add_empty_element(HashTable *h [all...] |
| H A D | zend_object_handlers.h | 81 typedef HashTable *(*zend_object_get_properties_t)(zval *object TSRMLS_DC); 83 typedef HashTable *(*zend_object_get_debug_info_t)(zval *object, int *is_temp TSRMLS_DC); 151 ZEND_API HashTable *zend_std_get_properties(zval *object TSRMLS_DC); 152 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp TSRMLS_DC);
|
| /PHP_5_3/win32/ |
| H A D | registry.c | 60 static int LoadDirectory(HashTable *directories, HKEY key, char *path, int path_len, HashTable *parent_ht) 64 HashTable *ht = NULL; 81 ht = (HashTable*)malloc(sizeof(HashTable)); 116 zend_hash_update(directories, path, path_len+1, &ht, sizeof(HashTable*), NULL); 166 zend_hash_destroy(*(HashTable**)data); 167 free(*(HashTable**)data); 176 HashTable **pht; 183 PW32G(registry_directories) = (HashTable*)mallo [all...] |
| H A D | php_win32_globals.h | 43 HashTable *registry_directories;
|