Home
last modified time | relevance | path

Searched refs:yaf_route_supervar_object (Results 1 – 2 of 2) sorted by relevance

/dports/www/pecl-yaf/yaf-3.3.3/routes/
H A Dyaf_route_supervar.c47 yaf_route_supervar_object *super = (yaf_route_supervar_object*)(yaf_strip_obj(object)); in ZEND_END_ARG_INFO()
62 yaf_route_supervar_object *supervar = emalloc(sizeof(yaf_route_supervar_object)); in yaf_route_supervar_new()
76 yaf_route_supervar_object *supervar = (yaf_route_supervar_object*)object; in yaf_route_supervar_object_free()
93 yaf_route_supervar_object *super = Z_YAFROUTESUPEROBJ_P(route); in yaf_route_supervar_route()
107 static void yaf_route_supervar_init(yaf_route_supervar_object *super, zend_string *varname) /* {{{ … in yaf_route_supervar_init()
115 yaf_route_supervar_init((yaf_route_supervar_object*)router, varname); in yaf_route_supervar_instance()
121 zend_string * yaf_route_supervar_assemble(yaf_route_supervar_object *super, zval *info, zval *query… in yaf_route_supervar_assemble()
H A Dyaf_route_supervar.h24 } yaf_route_supervar_object; typedef
26 #define Z_YAFROUTESUPEROBJ(zv) ((yaf_route_supervar_object*)(Z_OBJ(zv)))