Home
last modified time | relevance | path

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

/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dvplist.c53 return VPLIST_OK; in vplist_alloc()
67 return VPLIST_OK; in vplist_realloc()
86 int status = VPLIST_OK; in vplist_ensure_space()
112 if ( status == VPLIST_OK ) { in vplist_copy()
133 if ( status == VPLIST_OK ) { in vplist_fill()
153 if ( status == VPLIST_OK ) { in vplist_add()
174 if ( add->n < 1 ) return VPLIST_OK; in vplist_insert_list()
178 if ( status == VPLIST_OK ) { in vplist_insert_list()
203 if ( status == VPLIST_OK ) { in vplist_append()
H A Dvplist.h18 #define VPLIST_OK (0) macro
H A Dfields.c556 if ( status==VPLIST_OK ) return FIELDS_OK; in fields_findv_each_add()
595 if ( status!=VPLIST_OK ) return FIELDS_ERR_MEMERR; in fields_build_tags()
/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dvplist.c53 return VPLIST_OK; in vplist_alloc()
67 return VPLIST_OK; in vplist_realloc()
86 int status = VPLIST_OK; in vplist_ensure_space()
112 if ( status == VPLIST_OK ) { in vplist_copy()
133 if ( status == VPLIST_OK ) { in vplist_fill()
153 if ( status == VPLIST_OK ) { in vplist_add()
174 if ( add->n < 1 ) return VPLIST_OK; in vplist_insert_list()
178 if ( status == VPLIST_OK ) { in vplist_insert_list()
203 if ( status == VPLIST_OK ) { in vplist_append()
H A Dvplist.h18 #define VPLIST_OK (0) macro
H A Dfields.c556 if ( status==VPLIST_OK ) return FIELDS_OK; in fields_findv_each_add()
595 if ( status!=VPLIST_OK ) return FIELDS_ERR_MEMERR; in fields_build_tags()
/dports/textproc/bibutils/bibutils_7.2/lib/
H A Dvplist.c53 return VPLIST_OK; in vplist_alloc()
67 return VPLIST_OK; in vplist_realloc()
86 int status = VPLIST_OK; in vplist_ensure_space()
112 if ( status == VPLIST_OK ) { in vplist_copy()
133 if ( status == VPLIST_OK ) { in vplist_fill()
153 if ( status == VPLIST_OK ) { in vplist_add()
174 if ( add->n < 1 ) return VPLIST_OK; in vplist_insert_list()
178 if ( status == VPLIST_OK ) { in vplist_insert_list()
203 if ( status == VPLIST_OK ) { in vplist_append()
H A Dvplist.h18 #define VPLIST_OK (0) macro
H A Dfields.c558 if ( status==VPLIST_OK ) return FIELDS_OK; in fields_findv_each_add()
597 if ( status!=VPLIST_OK ) return FIELDS_ERR_MEMERR; in fields_build_tags()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/test/
H A Dvplist_test.c86 if ( status!=VPLIST_OK ) report_memerr( "vplist_add" ); in build_vplist_a()
114 if ( status!=VPLIST_OK ) report_memerr( "vplist_add" ); in build_vplist_b()
204 if ( status!=VPLIST_OK ) report_memerr( "vplist_fill" ); in test_fill()
265 if ( status != VPLIST_OK ) report_memerr( "vplist_copy" ); in test_copy()
317 if ( status != VPLIST_OK ) report_memerr( "vplist_append" ); in test_append()
374 if ( status != VPLIST_OK ) report_memerr( "vplist_insert_list" ); in test_insert_list()
385 if ( status != VPLIST_OK ) report_memerr( "vplist_insert_list" ); in test_insert_list()
/dports/textproc/bibutils/bibutils_7.2/test/
H A Dvplist_test.c86 if ( status!=VPLIST_OK ) report_memerr( "vplist_add" ); in build_vplist_a()
114 if ( status!=VPLIST_OK ) report_memerr( "vplist_add" ); in build_vplist_b()
204 if ( status!=VPLIST_OK ) report_memerr( "vplist_fill" ); in test_fill()
265 if ( status != VPLIST_OK ) report_memerr( "vplist_copy" ); in test_copy()
317 if ( status != VPLIST_OK ) report_memerr( "vplist_append" ); in test_append()
374 if ( status != VPLIST_OK ) report_memerr( "vplist_insert_list" ); in test_insert_list()
385 if ( status != VPLIST_OK ) report_memerr( "vplist_insert_list" ); in test_insert_list()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/src/
H A Dffi.rs69 pub const VPLIST_OK: u32 = 0; const