Searched refs:uwrap (Results 1 – 1 of 1) sorted by relevance
72 efree(uwrap->protoname); in stream_wrapper_dtor()73 efree(uwrap); in stream_wrapper_dtor()298 if (uwrap->ce->constructor) { in user_stream_create_object()327 if(uwrap->wrapper.is_url == 0 && in user_wrapper_opener()334 us->wrapper = uwrap; in user_wrapper_opener()416 us->wrapper = uwrap; in user_wrapper_opendir()470 struct php_user_stream_wrapper *uwrap; in PHP_FUNCTION() local479 uwrap = (struct php_user_stream_wrapper *)ecalloc(1, sizeof(*uwrap)); in PHP_FUNCTION()480 uwrap->ce = ce; in PHP_FUNCTION()483 uwrap->wrapper.abstract = uwrap; in PHP_FUNCTION()[all …]
Completed in 10 milliseconds