Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/gifti/regress_tests/commands/
H A Dc10.b64_check3 gifti_tool -infile b64gz.ts.3.errors.gii -b64_check $check \
/dports/science/afni/afni-AFNI_21.3.16/src/gifti/regress_tests/cmake_test_scripts/
H A Db64_check.sh20 -b64_check $check \
/dports/devel/tla/tla-1.3.5/src/libneon/test/
H A Dstring-tests.c375 static int b64_check(const unsigned char *raw, size_t len, in b64_check() function
413 #define B64B(x, l, y) CALL(b64_check(x, l, y)) in base64()
440 CALL(b64_check(bits, sizeof bits, ALLBITS)); in base64()
H A DChangeLog168 * string-tests.c (b64_check, unbase64): New functions.
169 (base64): Use b64_check.
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/IO/src/gifti/
H A Dgifti_xml.h88 int b64_check; /* 0=no, 1=check, 2=count, 3=skip */ member
H A Dgifti_xml.cc544 int gxml_get_b64_check( void ){ return GXD.b64_check; } in gxml_get_b64_check()
548 GXD.b64_check = GIFTI_B64_CHECK_SKIPNCOUNT; in gxml_set_b64_check()
550 GXD.b64_check = val; in gxml_set_b64_check()
590 dp->b64_check = GIFTI_B64_CHECK_SKIPNCOUNT; in init_gxml_data()
1135 if( xd->b64_check == GIFTI_B64_CHECK_DETECT ) in pop_darray()
1138 else if( xd->b64_check == GIFTI_B64_CHECK_COUNT || in pop_darray()
1139 xd->b64_check == GIFTI_B64_CHECK_SKIPNCOUNT ) in pop_darray()
1751 switch( xd->b64_check ){ in copy_b64_data()
1753 fprintf(stderr,"** CB64D: b64_check = %d\n", xd->b64_check); in copy_b64_data()
3108 , dp->verb, dp->dstore, dp->indent, dp->buf_size, dp->b64_check, in disp_gxml_data()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GIFTI/src/gifticlib/
H A Dgifti_xml.h74 int b64_check; /* 0=no, 1=check, 2=count, 3=skip */ member
H A Dgifti_tool.h47 int b64_check; /* check level */ member
H A Dgifti_tool.c139 opts->b64_check = GIFTI_B64_CHECK_NONE; in process_opts()
141 opts->b64_check = GIFTI_B64_CHECK_DETECT; in process_opts()
143 opts->b64_check = GIFTI_B64_CHECK_COUNT; in process_opts()
145 opts->b64_check = GIFTI_B64_CHECK_SKIP; in process_opts()
147 opts->b64_check = GIFTI_B64_CHECK_SKIPNCOUNT; in process_opts()
427 if( opts->b64_check ) gifti_set_b64_check(opts->b64_check); in process_opts()
926 opts->verb, opts->indent, opts->buf_size, opts->b64_check, in disp_gt_opts()
H A Dgifti_xml.c630 int gxml_get_b64_check( void ){ return GXD.b64_check; } in gxml_get_b64_check()
634 GXD.b64_check = GIFTI_B64_CHECK_SKIPNCOUNT; in gxml_set_b64_check()
636 GXD.b64_check = val; in gxml_set_b64_check()
690 dp->b64_check = GIFTI_B64_CHECK_SKIPNCOUNT; in init_gxml_data()
1236 if( xd->b64_check == GIFTI_B64_CHECK_DETECT ) in pop_darray()
1239 else if( xd->b64_check == GIFTI_B64_CHECK_COUNT || in pop_darray()
1240 xd->b64_check == GIFTI_B64_CHECK_SKIPNCOUNT ) in pop_darray()
1856 switch( xd->b64_check ){ in copy_b64_data()
1858 fprintf(stderr,"** CB64D: b64_check = %d\n", xd->b64_check); in copy_b64_data()
3280 , dp->verb, dp->dstore, dp->indent, dp->buf_size, dp->b64_check, in disp_gxml_data()
/dports/science/afni/afni-AFNI_21.3.16/src/gifti/
H A Dgifti_xml.h74 int b64_check; /* 0=no, 1=check, 2=count, 3=skip */ member
H A Dgifti_tool.h47 int b64_check; /* check level */ member
H A Dgifti_tool.c139 opts->b64_check = GIFTI_B64_CHECK_NONE; in process_opts()
141 opts->b64_check = GIFTI_B64_CHECK_DETECT; in process_opts()
143 opts->b64_check = GIFTI_B64_CHECK_COUNT; in process_opts()
145 opts->b64_check = GIFTI_B64_CHECK_SKIP; in process_opts()
147 opts->b64_check = GIFTI_B64_CHECK_SKIPNCOUNT; in process_opts()
427 if( opts->b64_check ) gifti_set_b64_check(opts->b64_check); in process_opts()
926 opts->verb, opts->indent, opts->buf_size, opts->b64_check, in disp_gt_opts()
H A Dgifti_xml.c630 int gxml_get_b64_check( void ){ return GXD.b64_check; } in gxml_get_b64_check()
634 GXD.b64_check = GIFTI_B64_CHECK_SKIPNCOUNT; in gxml_set_b64_check()
636 GXD.b64_check = val; in gxml_set_b64_check()
690 dp->b64_check = GIFTI_B64_CHECK_SKIPNCOUNT; in init_gxml_data()
1236 if( xd->b64_check == GIFTI_B64_CHECK_DETECT ) in pop_darray()
1239 else if( xd->b64_check == GIFTI_B64_CHECK_COUNT || in pop_darray()
1240 xd->b64_check == GIFTI_B64_CHECK_SKIPNCOUNT ) in pop_darray()
1856 switch( xd->b64_check ){ in copy_b64_data()
1858 fprintf(stderr,"** CB64D: b64_check = %d\n", xd->b64_check); in copy_b64_data()
3280 , dp->verb, dp->dstore, dp->indent, dp->buf_size, dp->b64_check, in disp_gxml_data()
/dports/www/davix/davix-0.7.6/deps/libneon/test/
H A Dstring-tests.c387 static int b64_check(const unsigned char *raw, size_t len, in b64_check() function
425 #define B64B(x, l, y) CALL(b64_check((unsigned char *)x, l, y)) in base64()
452 CALL(b64_check(bits, sizeof bits, ALLBITS)); in base64()
H A DChangeLog271 * string-tests.c (b64_check, unbase64): New functions.
272 (base64): Use b64_check.
/dports/www/neon/neon-0.32.1/test/
H A Dstring-tests.c387 static int b64_check(const unsigned char *raw, size_t len, in b64_check() function
425 #define B64B(x, l, y) CALL(b64_check((unsigned char *)x, l, y)) in base64()
452 CALL(b64_check(bits, sizeof bits, ALLBITS)); in base64()
H A DChangeLog271 * string-tests.c (b64_check, unbase64): New functions.
272 (base64): Use b64_check.
/dports/science/afni/afni-AFNI_21.3.16/src/rickr/
H A DAFNI.changes.rickr2254 - added b64_check/b64_errors to global struct
2298 - set b64_check default to SKIPNCOUNT