Searched refs:minForPoint (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A Dppm.c125 char *min, char *minForPoint, conf * fileConf, int *numParam)
135 if (minForPoint == NULL || strcmp(minForPoint,"") == 0)
138 iMinForPoint = atoi(minForPoint);
151 fileConf[i].minForPoint = iMinForPoint;
169 fileConf[*numParam].minForPoint = iMinForPoint;
233 char *min, *minForPoint;; local
263 minForPoint = strtok_r(NULL, " \t", &saveptr2);
264 if (minForPoint != NULL)
265 if (strchr(minForPoint, '\
124 storeEntry(char *param, char *value, valueType valType, char *min, char *minForPoint, conf * fileConf, int *numParam) argument
315 char *min, *minForPoint;; local
[all...]
H A Dppm.h98 // a corresponding min and minForPoint indicators if necessary
105 int minForPoint; member in struct:conf
119 char *min, char *minForPoint, conf * fileConf, int *numParam);

Completed in 139 milliseconds