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

  /external/chromium_org/third_party/openssl/openssl/crypto/dso/
dso_lib.c 349 DSO_NAME_CONVERTER_FUNC *oldcb)
357 if(oldcb)
358 *oldcb = dso->name_converter;
dso.h 230 * oldcb is non-NULL then it is set to the function pointer value being
233 DSO_NAME_CONVERTER_FUNC *oldcb);
  /external/openssl/crypto/dso/
dso_lib.c 349 DSO_NAME_CONVERTER_FUNC *oldcb)
357 if(oldcb)
358 *oldcb = dso->name_converter;
dso.h 230 * oldcb is non-NULL then it is set to the function pointer value being
233 DSO_NAME_CONVERTER_FUNC *oldcb);
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
dso.h 230 * oldcb is non-NULL then it is set to the function pointer value being
233 DSO_NAME_CONVERTER_FUNC *oldcb);
  /external/openssl/include/openssl/
dso.h 230 * oldcb is non-NULL then it is set to the function pointer value being
233 DSO_NAME_CONVERTER_FUNC *oldcb);
  /external/javasqlite/src/main/native/
sqlite_jni.c 1364 jobject oldcb = globrefpop(env, &h->cb); local
1400 h->cb = oldcb;
1450 jobject oldcb = globrefpop(env, &h->cb); local
    [all...]

Completed in 8335 milliseconds