apropos-utils.c | 617 " snippet(mandb, %Q, %Q, %Q, -1, 40 )," 624 " mandb.machine, '' AS snippet, 100.00 AS rank" 637 " snippet(mandb, %Q, %Q, %Q, -1, 40 )," 710 callback_args.snippet = get_stmt_col_text(stmt, 4); 712 strlen(callback_args.snippet); 714 callback_args.snippet = ""; 740 * last three parameters to the snippet function of sqlite. (Look at the docs). 841 char *qsnippet = get_escaped_html_string(callback_args->snippet, &length); 845 callback_args->snippet = qsnippet; 858 * own custom callback function, which preprocess the snippet for quotin 939 const char *snippet = callback_args->snippet; local in function:callback_pager [all...] |