Searched refs:nParam (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/ |
| H A D | ppm.c | 218 int nParam = 0; // position of found parameter in allowedParameters in read_config_attr() local 269 nParam = typeParam(word); // search for param in allowedParameters in read_config_attr() 270 if (nParam != sAllowedParameters) // param has been found in read_config_attr() 276 storeEntry(word, value, allowedParameters[nParam].iType, in read_config_attr() 303 int nParam = 0; // position of found parameter in allowedParameters in read_config_file() local 340 nParam = typeParam(word); // search for param in allowedParameters in read_config_file() 341 if (nParam != sAllowedParameters) // param has been found in read_config_file() 347 storeEntry(word, value, allowedParameters[nParam].iType, in read_config_file()
|
| /netbsd-src/sys/dev/raidframe/ |
| H A D | rf_dagutils.c | 97 int nSucc, int nAnte, int nParam, int nResult, in rf_InitNode() argument 111 node->numParams = nParam; in rf_InitNode() 156 if (nParam) { in rf_InitNode() 157 if (nParam <= RF_DAG_PARAMCACHESIZE) { in rf_InitNode() 159 } else if (nParam <= (RF_DAGPCACHE_SIZE / sizeof(RF_DagParam_t))) { in rf_InitNode() 164 nParam * sizeof(*node->params), alist); in rf_InitNode()
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.h | 3924 int nParam, 10858 int nParam; /* Size of array aParam[] */ member 10890 int nParam; /* Number of function parameters */ member
|
| H A D | sqlite3.c | 4237 int nParam, 11171 int nParam; /* Size of array aParam[] */ member 11203 int nParam; /* Number of function parameters */ member 168265 i64 nParam; /* Parameter passed to ntile(N) */ 168285 p->nParam = sqlite3_value_int64(apArg[0]); 168286 if( p->nParam<=0 ){ 168309 if( p && p->nParam>0 ){ 168310 int nSize = (p->nTotal / p->nParam); 168314 i64 nLarge = p->nTotal - p->nParam*nSize; 168318 assert( (nLarge*(nSize+1) + (p->nParam-nLarge)*nSize)==p->nTotal ); [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | sqlite3.d | 1982 int nParam; /** Size of array aParam[] */ member 1999 int nParam; /* Number of function parameters */ member
|