Lines Matching defs:description
382 ctx->index_key.type->name, ctx->index_key.description);
395 key = key_alloc(ctx->index_key.type, ctx->index_key.description,
548 * @description: The searchable description of the key.
556 * A key matching the specified criteria (type, description, domain_tag) is
575 const char *description,
586 .index_key.description = description,
587 .index_key.desc_len = strlen(description),
590 .match_data.raw_data = description,
601 ctx.index_key.type->name, ctx.index_key.description,
694 * @description: The searchable description of the key.
707 const char *description,
717 key = request_key_and_link(type, description, domain_tag,
734 * @description: The searchable description of the key.
747 const char *description,
756 key = request_key_and_link(type, description, domain_tag,
773 * @description: The name of the key we want.
783 const char *description,
789 .index_key.description = description,
790 .index_key.desc_len = strlen(description),
793 .match_data.raw_data = description,
801 kenter("%s,%s", type->name, description);