/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
bio_ndef.c | 96 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg); 97 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg); 98 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg); 99 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg); 155 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg) 161 if (!parg) 164 ndef_aux = *(NDEF_SUPPORT **)parg; 180 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg) 184 if (!parg) 187 ndef_aux = *(NDEF_SUPPORT **)parg; [all...] |
tasn_prn.c | 200 ASN1_PRINT_ARG parg; local 204 parg.out = out; 205 parg.indent = indent; 206 parg.pctx = pctx; 300 i = asn1_cb(ASN1_OP_PRINT_PRE, fld, it, &parg); 325 i = asn1_cb(ASN1_OP_PRINT_POST, fld, it, &parg);
|
/external/openssl/crypto/asn1/ |
bio_ndef.c | 96 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg); 97 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg); 98 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg); 99 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg); 155 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg) 161 if (!parg) 164 ndef_aux = *(NDEF_SUPPORT **)parg; 180 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg) 184 if (!parg) 187 ndef_aux = *(NDEF_SUPPORT **)parg; [all...] |
tasn_prn.c | 200 ASN1_PRINT_ARG parg; local 204 parg.out = out; 205 parg.indent = indent; 206 parg.pctx = pctx; 300 i = asn1_cb(ASN1_OP_PRINT_PRE, fld, it, &parg); 325 i = asn1_cb(ASN1_OP_PRINT_POST, fld, it, &parg);
|
/development/tools/etc1tool/ |
etc1tool.cpp | 496 const char* pArg = argv[i]; 497 if (pArg[0] == '-') { 498 char c = pArg[1]; 510 if (strcmp(pArg, "--encode") == 0) { 514 } else if (strcmp(pArg, "--encodeNoHeader") == 0) { 518 } else if (strcmp(pArg, "--decode") == 0) { 521 } else if (strcmp(pArg, "--showDifference") == 0) { 530 } else if (strcmp(pArg, "--help") == 0) { 533 usage("Unknown flag %s", pArg); 538 usage("Unknown flag %s", pArg); [all...] |
/external/chromium_org/third_party/npapi/npspy/include/ |
format.h | 147 BOOL FormatPCHARArgument(char * szBuf, int iLength, LogArgumentStruct * parg); 148 BOOL FormatBOOLArgument(char * szBuf, int iLength, LogArgumentStruct * parg); 149 BOOL FormatPBOOLArgument(char * szBuf, int iLength, LogArgumentStruct * parg);
|
/external/chromium_org/third_party/sqlite/src/src/ |
legacy.c | 26 ** the xCallback() function is called. pArg becomes the first 34 void *pArg, /* First argument to xCallback() */ 99 if( xCallback(pArg, nCol, azVals, azCols) ){
|
test_quota.c | 77 void *pArg /* Client data */ 79 void *pArg; /* Third argument to the xCallback() */ 80 void (*xDestroy)(void*); /* Optional destructor for pArg */ 175 if( pGroup->xDestroy ) pGroup->xDestroy(pGroup->pArg); 417 pGroup->pArg); 505 static int quotaFileControl(sqlite3_file *pConn, int op, void *pArg){ 507 return pSubOpen->pMethods->xFileControl(pSubOpen, op, pArg); 647 ** merely updates the iLimit, xCallback, and pArg values for that quota 669 void *pArg /* Client data */ 671 void *pArg, /* client data passed thru to callback * [all...] |
shell.c | 467 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ 468 struct callback_data *p = (struct callback_data*)pArg; 652 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ 654 struct callback_data *p = (struct callback_data*)pArg; 833 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ 835 return shell_callback(pArg, nArg, azArg, azCol, NULL); 972 struct callback_data *pArg, /* Pointer to struct callback_data */ 978 if( pArg && pArg->out ){ 982 fprintf(pArg->out, "Memory Used: %d (max %d) bytes\n", iCur, iHiwtr) [all...] |
test_init.c | 109 static int wrPCacheInit(void *pArg){ 114 rc = wrapped.pcache.xInit(wrapped.pcache.pArg); 121 static void wrPCacheShutdown(void *pArg){ 122 wrapped.pcache.xShutdown(wrapped.pcache.pArg);
|
malloc.c | 96 void(*xCallback)(void *pArg, sqlite3_int64 used,int N), 97 void *pArg, 103 mem0.alarmArg = pArg; 117 void(*xCallback)(void *pArg, sqlite3_int64 used,int N), 118 void *pArg, 121 return sqlite3MemoryAlarm(xCallback, pArg, iThreshold); 244 void *pArg; 248 pArg = mem0.alarmArg; 251 xCallback(pArg, nowUsed, nByte); 254 mem0.alarmArg = pArg; [all...] |
test_multiplex.c | 750 static int multiplexFileControl(sqlite3_file *pConn, int op, void *pArg){ 759 if( pArg ) { 760 int bEnabled = *(int *)pArg; 766 if( pArg ) { 767 int nChunkSize = *(int *)pArg; 780 if( pArg ) { 781 int nMaxChunks = *(int *)pArg; 798 rc = pSubOpen->pMethods->xFileControl(pSubOpen, op, pArg); [all...] |
main.c | 934 rc = p->xFunc(p->pArg, p->nBusy); 950 void *pArg 954 db->busyHandler.pArg = pArg; 970 void *pArg 976 db->pProgressArg = pArg; [all...] |
table.c | 44 static int sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv){ 45 TabResult *p = (TabResult*)pArg; /* Result accumulator */
|
test_vfs.c | 166 static int tvfsFileControl(sqlite3_file*, int op, void *pArg); 491 static int tvfsFileControl(sqlite3_file *pFile, int op, void *pArg){ 493 return sqlite3OsFileControl(p->pReal, op, pArg); 800 Tcl_Obj *pArg = Tcl_NewObj(); 801 Tcl_IncrRefCount(pArg); 802 Tcl_ListObjAppendElement(p->interp, pArg, Tcl_NewIntObj(iPage)); 803 Tcl_ListObjAppendElement(p->interp, pArg, Tcl_NewIntObj(pgsz)); 804 Tcl_ListObjAppendElement(p->interp, pArg, Tcl_NewIntObj(isWrite)); 806 Tcl_NewStringObj(pFd->pShm->zFile, -1), pFd->pShmId, pArg 809 Tcl_DecrRefCount(pArg); [all...] |
vtab.c | 415 Token *pArg = &pParse->sArg; 416 if( pArg->z==0 ){ 417 pArg->z = p->z; 418 pArg->n = p->n; 420 assert(pArg->z < p->z); 421 pArg->n = (int)(&p->z[p->n] - pArg->z); 865 void *pArg = 0; 892 rc = pMod->xFindFunction(pVtab, nArg, zLowerName, &xFunc, &pArg); 910 pNew->pUserData = pArg; [all...] |
notify.c | 151 void *pArg 169 xNotify(&pArg, 1); 179 db->pUnlockArg = pArg;
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
s3_lib.c | [all...] |
/external/openssl/ssl/ |
s3_lib.c | [all...] |
/external/sqlite/dist/orig/ |
shell.c | 485 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ 486 struct callback_data *p = (struct callback_data*)pArg; 669 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ 671 struct callback_data *p = (struct callback_data*)pArg; 850 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ 852 return shell_callback(pArg, nArg, azArg, azCol, NULL); 1013 struct callback_data *pArg, /* Pointer to struct callback_data */ 1019 if( pArg && pArg->out ){ 1023 fprintf(pArg->out, "Memory Used: %d (max %d) bytes\n", iCur, iHiwtr) [all...] |
/external/sqlite/dist/ |
shell.c | 490 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ 491 struct callback_data *p = (struct callback_data*)pArg; 674 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ 676 struct callback_data *p = (struct callback_data*)pArg; 855 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ 857 return shell_callback(pArg, nArg, azArg, azCol, NULL); 1018 struct callback_data *pArg, /* Pointer to struct callback_data */ 1024 if( pArg && pArg->out ){ 1028 fprintf(pArg->out, "Memory Used: %d (max %d) bytes\n", iCur, iHiwtr) [all...] |
/frameworks/native/include/binder/ |
Parcel.h | 147 status_t readInt32(int32_t *pArg) const; 149 status_t readInt64(int64_t *pArg) const; 151 status_t readFloat(float *pArg) const; 153 status_t readDouble(double *pArg) const; 155 status_t readIntPtr(intptr_t *pArg) const; 227 status_t readAligned(T *pArg) const;
|
/external/chromium_org/third_party/openssl/openssl/patches/ |
channelidchromium.patch | 155 - s->tlsext_channel_id_private = (EVP_PKEY*) parg; 156 + s->tlsext_channel_id_private = EVP_PKEY_dup((EVP_PKEY*) parg); 164 - ctx->tlsext_channel_id_private = (EVP_PKEY*) parg; 165 + ctx->tlsext_channel_id_private = EVP_PKEY_dup((EVP_PKEY*) parg);
|
/external/chromium_org/third_party/npapi/npspy/common/ |
format.cpp | 335 BOOL FormatPCHARArgument(char * szBuf, int iLength, LogArgumentStruct * parg) 337 if(iLength <= parg->iLength) 340 if(parg->pData == NULL) 341 sprintf(szBuf, "%#08lx", parg->dwArg); 343 sprintf(szBuf, "%#08lx(\"%s\")", parg->dwArg, (char *)parg->pData); 347 BOOL FormatBOOLArgument(char * szBuf, int iLength, LogArgumentStruct * parg) 352 sprintf(szBuf, "%s", ((NPBool)parg->dwArg == TRUE) ? "TRUE" : "FALSE"); 356 BOOL FormatPBOOLArgument(char * szBuf, int iLength, LogArgumentStruct * parg) 361 sprintf(szBuf, "%#08lx(%s)", parg->dwArg, (*((NPBool *)parg->pData) == TRUE) ? "TRUE" : "FALSE") [all...] |
/frameworks/native/libs/binder/ |
Parcel.cpp | 934 status_t Parcel::readAligned(T *pArg) const { 940 *pArg = *reinterpret_cast<const T*>(data); 972 status_t Parcel::readInt32(int32_t *pArg) const 974 return readAligned(pArg); 983 status_t Parcel::readInt64(int64_t *pArg) const 985 return readAligned(pArg); 994 status_t Parcel::readFloat(float *pArg) const 996 return readAligned(pArg); 1007 status_t Parcel::readDouble(double *pArg) const 1015 *pArg = u.d [all...] |