/external/chromium_org/third_party/openssl/openssl/ssl/ |
s2_lib.c | 385 long ssl2_ctrl(SSL *s, int cmd, long larg, void *parg) 405 long ssl2_ctx_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg)
|
/external/chromium_org/third_party/sqlite/src/src/ |
pcache.c | 150 return sqlite3GlobalConfig.pcache.xInit(sqlite3GlobalConfig.pcache.pArg); 155 sqlite3GlobalConfig.pcache.xShutdown(sqlite3GlobalConfig.pcache.pArg);
|
test_thread.c | 253 static int xBusy(void *pArg, int nBusy){ 254 UNUSED_PARAMETER(pArg);
|
test_journal.c | 146 static int jtFileControl(sqlite3_file*, int op, void *pArg); 665 static int jtFileControl(sqlite3_file *pFile, int op, void *pArg){ 667 return sqlite3OsFileControl(p->pReal, op, pArg);
|
test_osinst.c | 147 static int vfslogFileControl(sqlite3_file*, int op, void *pArg); 390 static int vfslogFileControl(sqlite3_file *pFile, int op, void *pArg){ 392 return p->pReal->pMethods->xFileControl(p->pReal, op, pArg); [all...] |
func.c | [all...] |
test4.c | 61 static void *thread_main(void *pArg){ 62 Thread *p = (Thread*)pArg;
|
test6.c | 507 static int cfFileControl(sqlite3_file *pFile, int op, void *pArg){ 508 return sqlite3OsFileControl(((CrashFile *)pFile)->pRealFile, op, pArg);
|
test7.c | 83 static void *client_main(void *pArg){ 84 Thread *p = (Thread*)pArg;
|
/external/openssl/crypto/dso/ |
dso_lib.c | 317 long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg) 345 return(dso->meth->dso_ctrl(dso,cmd,larg,parg));
|
dso_dl.c | 84 static int dl_ctrl(DSO *dso, int cmd, long larg, void *parg);
|
/external/openssl/ssl/ |
s2_lib.c | 385 long ssl2_ctrl(SSL *s, int cmd, long larg, void *parg) 405 long ssl2_ctx_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg)
|
/frameworks/compile/mclinker/include/mcld/Support/ |
CommandLine.h | 35 StringRef pArg,
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_utils.cpp | 885 static inline int configMdp(Overlay *ov, const PipeArgs& parg, 889 ov->setSource(parg, dest); [all...] |
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_utils.cpp | 845 static inline int configMdp(Overlay *ov, const PipeArgs& parg, 849 ov->setSource(parg, dest); 939 PipeArgs parg(mdpFlags, whf, z, isFg, 943 if(configMdp(ctx->mOverlay, parg, orient, crop, dst, metadata, dest) < 0) { [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
threadtest3.c | 496 static int busyhandler(void *pArg, int n){ 600 void * pArg = va_arg(ap, void*); 604 sqlite3_bind_int64(pStmt, i, *(i64 *)pArg); 722 static void *launch_thread_main(void *pArg){ 723 Thread *p = (Thread *)pArg; [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bio.h | 362 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg); 649 long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg); 756 /*long BIO_ghbn_ctrl(int cmd,int iarg,char *parg);*/ [all...] |
b_sock.c | 256 long BIO_ghbn_ctrl(int cmd, int iarg, char *parg) 276 p=(char **)parg;
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
bio.h | 362 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg); 649 long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg); 756 /*long BIO_ghbn_ctrl(int cmd,int iarg,char *parg);*/ [all...] |
dso.h | 162 long (*dso_ctrl)(DSO *dso, int cmd, long larg, void *parg); 226 long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg);
|
/external/openssl/crypto/bio/ |
bio.h | 359 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg); 646 long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg); 753 /*long BIO_ghbn_ctrl(int cmd,int iarg,char *parg);*/ [all...] |
/external/openssl/include/openssl/ |
bio.h | 359 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg); 646 long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg); 753 /*long BIO_ghbn_ctrl(int cmd,int iarg,char *parg);*/ [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/dso/ |
dso_dl.c | 84 static int dl_ctrl(DSO *dso, int cmd, long larg, void *parg);
|
dso.h | 162 long (*dso_ctrl)(DSO *dso, int cmd, long larg, void *parg); 226 long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg);
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_utils.cpp | 827 int configMdp(Overlay *ov, const PipeArgs& parg, 831 ov->setSource(parg, dest); 957 PipeArgs parg(mdpFlags, whf, z, isFg, 961 if(configMdp(ctx->mOverlay, parg, orient, crop, dst, metadata, dest) < 0) [all...] |