HomeSort by: relevance | last modified time | path
    Searched defs:result_attribute (Results 1 - 1 of 1) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
dict_mongodb.c 123 char *result_attribute; /* The key(s) to return the data for */ member in struct:__anon6
170 * One of projection and result_attribute must be specified. That is
174 dict_mongodb->result_attribute
175 = cfg_get_str(p, "result_attribute", NULL, 0, 0);
312 const char *result_attribute)
314 char *ra = mystrdup(result_attribute);
394 * result_attribute. Exclude the _id field from the result.
413 } else if (dict_mongodb->result_attribute) {
419 dict_mongodb->result_attribute)
423 dict_mongodb->result_attribute);
    [all...]

Completed in 16 milliseconds