Lines Matching defs:values
12 * and _then_ request values for all properties. Any change to the request
13 * list will discard any existing values. This assumption allows a very
35 * the resulting structure for property values
43 const char **values;
45 * list of strings, values == NULL if property not
46 * found, *values == NULL if property found with
47 * no values
70 * possible other return values include: SASL_NOMEM, SASL_BADPARAM
81 * NOTE: may clear values from context as side-effect
83 * possible other return values include: SASL_NOMEM, SASL_BADPARAM
100 * returns number of matching properties which were found (values != NULL)
107 * possible other return values include: SASL_BADPARAM
113 * clear values and optionally requests from property context
153 * if NULL, remove existing values
156 * possible error return values include: SASL_BADPARAM, SASL_NOMEM
162 * set the values for a property
166 * values -- array of values, ending in NULL. Each value is a NUL terminated
169 * possible error return values include: SASL_BADPARAM, SASL_NOMEM
172 const char **values);