Searched refs:uwrap (Results 1 – 1 of 1) sorted by relevance
74 efree(uwrap->protoname); in stream_wrapper_dtor()75 efree(uwrap); in stream_wrapper_dtor()313 if (uwrap->ce->constructor) { in user_stream_create_object()342 if(uwrap->wrapper.is_url == 0 && in user_wrapper_opener()349 us->wrapper = uwrap; in user_wrapper_opener()438 us->wrapper = uwrap; in user_wrapper_opendir()500 uwrap = (struct php_user_stream_wrapper *)ecalloc(1, sizeof(*uwrap)); in PHP_FUNCTION()501 uwrap->ce = ce; in PHP_FUNCTION()504 uwrap->wrapper.abstract = uwrap; in PHP_FUNCTION()506 uwrap->resource = NULL; in PHP_FUNCTION()[all …]
Completed in 10 milliseconds