Home
last modified time | relevance | path

Searched refs:boolean_primary_result (Results 1 – 1 of 1) sorted by relevance

/dports/www/cadaver/cadaver-0.23.3/src/
H A Dsearch.c1182 ne_buffer *boolean_primary_result; in boolean_factor() local
1185 boolean_primary_result = ne_buffer_create(); in boolean_factor()
1193 if (boolean_primary(string_parsed, boolean_primary_result) == NE_ERROR) { in boolean_factor()
1194 ne_buffer_destroy(boolean_primary_result); in boolean_factor()
1198 ne_buffer_zappend(result_buf, boolean_primary_result->data); in boolean_factor()
1203 ne_buffer_destroy(boolean_primary_result); in boolean_factor()