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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
FormatString.h 155 nArg,
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 832 static void setTestUnlockNotifyVars(Tcl_Interp *interp, int iArg, int nArg){
836 sqlite3_snprintf(sizeof(zBuf), zBuf, "%d", nArg);
844 static void DbUnlockNotify(void **apArg, int nArg){
846 for(i=0; i<nArg; i++){
849 setTestUnlockNotifyVars(pDb->interp, i, nArg);
989 int nArg;
990 if( Tcl_ListObjGetElements(p->interp, p->pScript, &nArg, &aArg) ){
994 pCmd = Tcl_NewListObj(nArg, aArg);
2893 int nArg = -1;
2908 if( Tcl_GetIntFromObj(interp, objv[i+1], &nArg) ) return TCL_ERROR
    [all...]
  /src/external/public-domain/sqlite/dist/
shell.c 4493 int nArg;
4511 rc = sqlite3_create_function(db, aFunc[i].zFuncName, aFunc[i].nArg,
5583 int nArg;
5600 rc = sqlite3_create_function(db, aFunc[i].zFName, aFunc[i].nArg,
6067 int nArg = 0; /* Number of arguments that seriesFilter() expects */
6096 pIdxInfo->aConstraintUsage[j].argvIndex = ++nArg;
8528 int nArg = 0; /* Number of arguments that completeFilter() expects */
8548 pIdxInfo->aConstraintUsage[prefixIdx].argvIndex = ++nArg;
8552 pIdxInfo->aConstraintUsage[wholelineIdx].argvIndex = ++nArg;
8556 pIdxInfo->estimatedCost = (double)5000 - 1000*nArg;
    [all...]
sqlite3.c 5672 ** ^The third parameter (nArg)
5753 ** nArg parameter is a better match than a function implementation with
5754 ** a negative nArg. ^A function where the preferred text encoding
5771 int nArg,
5781 int nArg,
5791 int nArg,
5802 int nArg,
7625 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
7979 SQLITE_API int sqlite3_overload_function(sqlite3*, const char *zFuncName, int nArg);
9745 void (*xNotify)(void **apArg, int nArg), /* Callback function to invoke *
    [all...]

Completed in 78 milliseconds