Searched refs:nParam (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_dagutils.c97 int nSucc, int nAnte, int nParam, int nResult,
110 node->numParams = nParam;
153 if (nParam) {
154 if (nParam <= RF_DAG_PARAMCACHESIZE) {
156 } else if (nParam <= (RF_DAGPCACHE_SIZE / sizeof(RF_DagParam_t))) {
161 nParam * sizeof(RF_DagParam_t),
630 printf("format is (depth) num commit type: status,nSucc nSuccFired/nSuccDone,nAnte/nAnteDone,nParam,nResult S{x} A{x(type)}; info\n");
93 rf_InitNode(RF_DagNode_t *node, RF_NodeStatus_t initstatus, int commit, int (*doFunc) (RF_DagNode_t *node), int (*undoFunc) (RF_DagNode_t *node), int (*wakeFunc) (RF_DagNode_t *node, int status), int nSucc, int nAnte, int nParam, int nResult, RF_DagHeader_t *hdr, const char *name, RF_AllocListElem_t *alist) argument
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h6937 int nParam; /* Size of array aParam[] */ member in struct:sqlite3_rtree_geometry
H A Dsqlite3.c7487 int nParam; /* Size of array aParam[] */ member in struct:sqlite3_rtree_geometry
124992 int nParam = sqlite3_bind_parameter_count(pStmt); local
129867 int nParam; member in struct:RtreeMatchArg
[all...]

Completed in 591 milliseconds