Lines Matching full:values
13 * and _then_ request values for all properties. Any change to the request
14 * list will discard any existing values. This assumption allows a very
36 * the resulting structure for property values
44 const char **values; member
46 * list of strings, values == NULL if property not
47 * found, *values == NULL if property found with
48 * no values
71 * possible other return values include: SASL_NOMEM, SASL_BADPARAM
82 * NOTE: may clear values from context as side-effect
84 * possible other return values include: SASL_NOMEM, SASL_BADPARAM
101 * returns number of matching properties which were found (values != NULL)
108 * possible other return values include: SASL_BADPARAM
114 * clear values and optionally requests from property context
154 * if NULL, remove existing values
157 * possible error return values include: SASL_BADPARAM, SASL_NOMEM
163 * set the values for a property
167 * values -- array of values, ending in NULL. Each value is a NUL terminated
170 * possible error return values include: SASL_BADPARAM, SASL_NOMEM
173 const char **values);