Home
last modified time | relevance | path

Searched refs:type_num (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/soap/
H A Dphp_sdl.c1829 int *type_num; in sdl_serialize_type_ref() local
1830 if (zend_hash_find(tmp_types, (char*)&type, sizeof(type), (void**)&type_num) == SUCCESS) { in sdl_serialize_type_ref()
1831 WSDL_CACHE_PUT_INT(*type_num, out); in sdl_serialize_type_ref()
2115 int type_num = 1; in add_sdl_to_cache() local
2156 zend_hash_add(&tmp_types, (char*)tmp, sizeof(*tmp), (void**)&type_num, sizeof(type_num), NULL); in add_sdl_to_cache()
2157 ++type_num; in add_sdl_to_cache()
2173 zend_hash_add(&tmp_types, (char*)tmp, sizeof(*tmp), (void**)&type_num, sizeof(type_num), NULL); in add_sdl_to_cache()
2174 ++type_num; in add_sdl_to_cache()
2190 zend_hash_add(&tmp_types, (char*)tmp, sizeof(*tmp), (void**)&type_num, sizeof(type_num), NULL); in add_sdl_to_cache()
2191 ++type_num; in add_sdl_to_cache()

Completed in 12 milliseconds