Home
last modified time | relevance | path

Searched refs:numParam (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A Dppm.c77 getValue(conf *fileConf, int numParam, char* param) in getValue() argument
82 for (i = 0; i < numParam; i++) { in getValue()
125 char *min, char *minForPoint, conf * fileConf, int *numParam) in storeEntry() argument
141 for (i = 0; i < *numParam; i++) { in storeEntry()
162 strcpy_safe(fileConf[*numParam].param, param, PARAM_MAX_LEN); in storeEntry()
163 fileConf[*numParam].iType = valType; in storeEntry()
168 fileConf[*numParam].min = iMin; in storeEntry()
169 fileConf[*numParam].minForPoint = iMinForPoint; in storeEntry()
170 ++(*numParam); in storeEntry()
173 fileConf[*numParam].value.iVal); in storeEntry()
[all …]
H A Dppm.h111 static void read_config_attr(conf * fileConf, int *numParam, char *ppm_config_attr);
114 static void read_config_file(conf * fileConf, int *numParam, char *ppm_config_file);
119 char *min, char *minForPoint, conf * fileConf, int *numParam);
121 genValue* getValue(conf *fileConf, int numParam, char* param);