Lines Matching refs:sdlFunctionPtr

905 					sdlFunctionPtr function;  in load_wsdl()
1137 …x.sdl->functions, php_strtolower(tmp, len), len+1, &function, sizeof(sdlFunctionPtr), NULL) != SUC… in load_wsdl()
1138 zend_hash_next_index_insert(&ctx.sdl->functions, &function, sizeof(sdlFunctionPtr), NULL); in load_wsdl()
1148 …h_add(ctx.sdl->requests, php_strtolower(tmp, len), len+1, &function, sizeof(sdlFunctionPtr), NULL); in load_wsdl()
1540 sdlFunctionPtr *functions = NULL; in get_sdl_from_cache()
1698 functions = safe_emalloc(num_func, sizeof(sdlFunctionPtr), 0); in get_sdl_from_cache()
1701 sdlFunctionPtr func = emalloc(sizeof(sdlFunction)); in get_sdl_from_cache()
2296 sdlFunctionPtr *tmp; in add_sdl_to_cache()
2365 sdlFunctionPtr *tmp; in add_sdl_to_cache()
2558 static HashTable* make_persistent_sdl_function_faults(sdlFunctionPtr func, HashTable *faults, HashT… in make_persistent_sdl_function_faults()
2897 static sdlFunctionPtr make_persistent_sdl_function(sdlFunctionPtr func, HashTable *ptr_map) in make_persistent_sdl_function()
2899 sdlFunctionPtr pfunc = NULL; in make_persistent_sdl_function()
3104 sdlFunctionPtr *tmp; in make_persistent_sdl()
3105 sdlFunctionPtr pfunc; in make_persistent_sdl()
3111 zend_hash_add(&psdl->functions, key, key_len, (void*)&pfunc, sizeof(sdlFunctionPtr), NULL); in make_persistent_sdl()
3113 zend_hash_next_index_insert(&psdl->functions, (void*)&pfunc, sizeof(sdlFunctionPtr), NULL); in make_persistent_sdl()
3115 zend_hash_add(&ptr_map, (char*)tmp, sizeof(*tmp), (void*)&pfunc, sizeof(sdlFunctionPtr), NULL); in make_persistent_sdl()
3121 sdlFunctionPtr *tmp; in make_persistent_sdl()
3122 sdlFunctionPtr *preq; in make_persistent_sdl()
3134 zend_hash_add(psdl->requests, key, key_len, (void*)&preq, sizeof(sdlFunctionPtr), NULL); in make_persistent_sdl()
3535 sdlFunctionPtr function = *((sdlFunctionPtr*)data); in delete_function()
3574 sdlFunctionPtr function = *((sdlFunctionPtr*)data); in delete_function_persistent()