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()
1538 sdlFunctionPtr *functions = NULL; in get_sdl_from_cache()
1696 functions = safe_emalloc(num_func, sizeof(sdlFunctionPtr), 0); in get_sdl_from_cache()
1699 sdlFunctionPtr func = emalloc(sizeof(sdlFunction)); in get_sdl_from_cache()
2294 sdlFunctionPtr *tmp; in add_sdl_to_cache()
2363 sdlFunctionPtr *tmp; in add_sdl_to_cache()
2556 static HashTable* make_persistent_sdl_function_faults(sdlFunctionPtr func, HashTable *faults, HashT… in make_persistent_sdl_function_faults()
2895 static sdlFunctionPtr make_persistent_sdl_function(sdlFunctionPtr func, HashTable *ptr_map) in make_persistent_sdl_function()
2897 sdlFunctionPtr pfunc = NULL; in make_persistent_sdl_function()
3102 sdlFunctionPtr *tmp; in make_persistent_sdl()
3103 sdlFunctionPtr pfunc; in make_persistent_sdl()
3109 zend_hash_add(&psdl->functions, key, key_len, (void*)&pfunc, sizeof(sdlFunctionPtr), NULL); in make_persistent_sdl()
3111 zend_hash_next_index_insert(&psdl->functions, (void*)&pfunc, sizeof(sdlFunctionPtr), NULL); in make_persistent_sdl()
3113 zend_hash_add(&ptr_map, (char*)tmp, sizeof(*tmp), (void*)&pfunc, sizeof(sdlFunctionPtr), NULL); in make_persistent_sdl()
3119 sdlFunctionPtr *tmp; in make_persistent_sdl()
3120 sdlFunctionPtr *preq; in make_persistent_sdl()
3132 zend_hash_add(psdl->requests, key, key_len, (void*)&preq, sizeof(sdlFunctionPtr), NULL); in make_persistent_sdl()
3533 sdlFunctionPtr function = *((sdlFunctionPtr*)data); in delete_function()
3572 sdlFunctionPtr function = *((sdlFunctionPtr*)data); in delete_function_persistent()