HomeSort by relevance Sort by last modified time
    Searched refs:destroy_data (Results 1 - 8 of 8) sorted by null

  /external/ltrace/
dict.c 133 struct destroy_data { struct
142 struct destroy_data *destroy_data = data; local
143 if (destroy_data->dtor_key)
144 destroy_data->dtor_key(key, destroy_data->data);
145 if (destroy_data->dtor_value)
146 destroy_data->dtor_value(value, destroy_data->data);
160 struct destroy_data destroy_data = local
    [all...]
  /external/pixman/pixman/
pixman-image.c 130 common->destroy_data = NULL;
144 image->common.destroy_func (image, image->common.destroy_data);
226 image->common.destroy_data = data;
232 return image->common.destroy_data;
pixman-private.h 117 void * destroy_data; member in struct:image_common
    [all...]
  /external/openssl/crypto/conf/
conf.h 94 int (*destroy_data)(CONF *conf); member in struct:conf_method_st
conf_lib.c 262 conf->meth->destroy_data(conf);
  /external/openssl/include/openssl/
conf.h 94 int (*destroy_data)(CONF *conf); member in struct:conf_method_st
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x_unittest.cc 109 GDestroyNotify destroy_data,
120 va_start(ap, destroy_data);
159 GDestroyNotify destroy_data,
163 va_start(ap, destroy_data);
199 GDestroyNotify destroy_data) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 104 milliseconds