Lines Matching defs:std
71 zend_object std;
75 zend_object std;
131 return (maxminddb_obj *)((char *)(obj)-XtOffsetOf(maxminddb_obj, std));
609 zend_object_std_dtor(&obj->std TSRMLS_CC);
618 zend_object_std_init(&obj->std, type TSRMLS_CC);
619 object_properties_init(&(obj->std), type);
621 obj->std.handlers = &maxminddb_obj_handlers;
623 return &obj->std;
631 zend_object_std_init(&obj->std, type TSRMLS_CC);
632 object_properties_init(&(obj->std), type);
665 maxminddb_obj_handlers.offset = XtOffsetOf(maxminddb_obj, std);