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

  /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/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 1365 jobject oldcb = globrefpop(env, &h->cb); local
1401 h->cb = oldcb;
1451 jobject oldcb = globrefpop(env, &h->cb); local
    [all...]

Completed in 202 milliseconds