HomeSort by: relevance | last modified time | path
    Searched defs:pArg (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
ppm_test.c 35 struct berval pArg;
49 pArg.bv_val = fcontent;
53 ret = check_password(argv[2], &errmsg, &pEntry, &pArg);
  /src/external/gpl3/gcc/dist/fixincludes/
fixincl.c 987 tCC* pArg = *(ppArgs++);
990 char ch = *(pArg++);
1002 tCC* pArg = *(ppArgs++);
1004 if (pArg == NULL)
1007 pz_scan = make_raw_shell_str( pz_scan_save = pz_scan, pArg,
1019 pz_scan = make_raw_shell_str( pz_scan, pArg,
  /src/external/gpl3/gcc.old/dist/fixincludes/
fixincl.c 987 tCC* pArg = *(ppArgs++);
990 char ch = *(pArg++);
1002 tCC* pArg = *(ppArgs++);
1004 if (pArg == NULL)
1007 pz_scan = make_raw_shell_str( pz_scan_save = pz_scan, pArg,
1019 pz_scan = make_raw_shell_str( pz_scan, pArg,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
FormatString.h 154 pArg,
163 PArg,
  /src/external/public-domain/sqlite/dist/
sqlite3.h 865 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
894 ** into an integer that the pArg argument points to.
1108 ** pointed to by the pArg argument. This capability is used during testing
6661 ** ^The fourth argument, pArg, is an application data pointer that is passed
6672 ** ^The collating function callback is invoked with a copy of the pArg
6697 ** with the addition that the xDestroy callback is invoked on pArg when
6718 void *pArg,
6725 void *pArg,
6733 void *pArg,
7121 ** ^The pArg argument is passed through to the callback
    [all...]
shell.c 4221 static int pcachetraceInit(void *pArg){
4224 fprintf(pcachetraceOut, "PCACHETRACE: xInit(%p)\n", pArg);
4226 nRes = pcacheBase.xInit(pArg);
4228 fprintf(pcachetraceOut, "PCACHETRACE: xInit(%p) -> %d\n", pArg, nRes);
4232 static void pcachetraceShutdown(void *pArg){
4234 fprintf(pcachetraceOut, "PCACHETRACE: xShutdown(%p)\n", pArg);
4236 pcacheBase.xShutdown(pArg);
6554 Decimal *pArg;
6570 pArg = decimal_new(context, argv[0], 1);
6571 decimal_add(p, pArg);
    [all...]
sqlite3.c 1186 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
1215 ** into an integer that the pArg argument points to.
1429 ** pointed to by the pArg argument. This capability is used during testing
6982 ** ^The fourth argument, pArg, is an application data pointer that is passed
6993 ** ^The collating function callback is invoked with a copy of the pArg
7018 ** with the addition that the xDestroy callback is invoked on pArg when
7039 void *pArg,
7046 void *pArg,
7054 void *pArg,
7442 ** ^The pArg argument is passed through to the callback
    [all...]

Completed in 74 milliseconds