|
Groonga 3.0.9 Source Code Document
|
#include <snip.h>

Data Fields | |
| grn_db_obj | obj |
| grn_encoding | encoding |
| int | flags |
| size_t | width |
| unsigned int | max_results |
| const char * | defaultopentag |
| const char * | defaultclosetag |
| size_t | defaultopentag_len |
| size_t | defaultclosetag_len |
| grn_snip_mapping * | mapping |
| snip_cond | cond [MAX_SNIP_COND_COUNT] |
| unsigned int | cond_len |
| unsigned int | tag_count |
| unsigned int | snip_count |
| const char * | string |
| grn_obj * | nstr |
| _snip_result | snip_result [MAX_SNIP_RESULT_COUNT] |
| _snip_tag_result | tag_result [MAX_SNIP_TAG_COUNT] |
| size_t | max_tagged_len |
| snip_cond cond[MAX_SNIP_COND_COUNT] |
| grn_encoding encoding |
| grn_snip_mapping* mapping |
| grn_db_obj obj |
| _snip_result snip_result[MAX_SNIP_RESULT_COUNT] |
| _snip_tag_result tag_result[MAX_SNIP_TAG_COUNT] |
1.8.1.2