destroy 78 lib/zlib/gzio.c local int destroy OF((gz_stream *s)); destroy 127 lib/zlib/gzio.c return destroy(s), (gzFile)Z_NULL; destroy 147 lib/zlib/gzio.c if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL; destroy 160 lib/zlib/gzio.c return destroy(s), (gzFile)Z_NULL; destroy 173 lib/zlib/gzio.c return destroy(s), (gzFile)Z_NULL; destroy 182 lib/zlib/gzio.c return destroy(s), (gzFile)Z_NULL; destroy 963 lib/zlib/gzio.c return destroy((gz_stream*)file); destroy 969 lib/zlib/gzio.c return destroy((gz_stream*)file); destroy 370 source3/include/smb.h void (*destroy)(void *p_data); destroy 243 source3/smbd/vfs.c ext->destroy = destroy_fn; destroy 262 source3/smbd/vfs.c if (curr->destroy) { destroy 263 source3/smbd/vfs.c curr->destroy(EXT_DATA_AREA(curr)); destroy 57 source4/heimdal/lib/hcrypto/engine.c void (*destroy)(ENGINE *); destroy 75 source4/heimdal/lib/hcrypto/engine.c if(engine->destroy) destroy 76 source4/heimdal/lib/hcrypto/engine.c (*engine->destroy)(engine); destroy 126 source4/heimdal/lib/hcrypto/engine.c e->destroy = destroy; destroy 608 source4/heimdal/lib/krb5/acache.c error = (*a->ccache->func->destroy)(a->ccache); destroy 579 source4/heimdal/lib/krb5/cache.c ret = (*id->ops->destroy)(context, id); destroy 409 source4/heimdal/lib/krb5/krb5.h krb5_error_code (*destroy)(krb5_context, krb5_ccache); destroy 180 source4/heimdal/lib/krb5/krb5_ccapi.h cc_int32 (*destroy)(cc_ccache_t); destroy 1222 source4/lib/wmi/wmi_wrap.c PyObject *destroy; destroy 1273 source4/lib/wmi/wmi_wrap.c data->destroy = PyObject_GetAttrString(data->klass, (char *)"__swig_destroy__"); destroy 1276 source4/lib/wmi/wmi_wrap.c data->destroy = 0; destroy 1278 source4/lib/wmi/wmi_wrap.c if (data->destroy) { destroy 1280 source4/lib/wmi/wmi_wrap.c Py_INCREF(data->destroy); destroy 1281 source4/lib/wmi/wmi_wrap.c flags = PyCFunction_GET_FLAGS(data->destroy); destroy 1300 source4/lib/wmi/wmi_wrap.c Py_XDECREF(data->destroy); destroy 1429 source4/lib/wmi/wmi_wrap.c PyObject *destroy = data ? data->destroy : 0; destroy 1430 source4/lib/wmi/wmi_wrap.c if (destroy) { destroy 1436 source4/lib/wmi/wmi_wrap.c res = SWIG_Python_CallFunctor(destroy, tmp); destroy 1439 source4/lib/wmi/wmi_wrap.c PyCFunction meth = PyCFunction_GET_FUNCTION(destroy); destroy 1440 source4/lib/wmi/wmi_wrap.c PyObject *mself = PyCFunction_GET_SELF(destroy); destroy 221 source4/ntvfs/ntvfs.h void (*destroy)(void *private_data, struct ntvfs_handle *h); destroy 169 source4/ntvfs/ntvfs_util.c h->ctx->handles.destroy(h->ctx->handles.private_data, h); destroy 197 source4/ntvfs/ntvfs_util.c ntvfs->handles.destroy = destroy;