Searched refs:uwrap (Results 1 – 1 of 1) sorted by relevance
75 efree(uwrap->protoname); in stream_wrapper_dtor()76 efree(uwrap); in stream_wrapper_dtor()287 if (uwrap->ce->constructor) { in user_stream_create_object()316 if(uwrap->wrapper.is_url == 0 && in user_wrapper_opener()323 us->wrapper = uwrap; in user_wrapper_opener()412 us->wrapper = uwrap; in user_wrapper_opendir()474 uwrap = (struct php_user_stream_wrapper *)ecalloc(1, sizeof(*uwrap)); in PHP_FUNCTION()475 uwrap->ce = ce; in PHP_FUNCTION()478 uwrap->wrapper.abstract = uwrap; in PHP_FUNCTION()484 uwrap->resource = rsrc; in PHP_FUNCTION()[all …]
Completed in 6 milliseconds