Searched refs:bof (Results 1 – 17 of 17) sorted by relevance
34 static int bof_entry_grow(bof_t *bof) in bof_entry_grow() argument38 if (bof->array_size < bof->nentry) in bof_entry_grow()40 array = realloc(bof->array, (bof->nentry + 16) * sizeof(void*)); in bof_entry_grow()43 bof->array = array; in bof_entry_grow()44 bof->nentry += 16; in bof_entry_grow()125 bof_t *bof_array_get(bof_t *bof, unsigned i) in bof_array_get() argument127 if (!bof_is_array(bof) || i >= bof->array_size) in bof_array_get()129 return bof->array[i]; in bof_array_get()132 unsigned bof_array_size(bof_t *bof) in bof_array_size() argument134 if (!bof_is_array(bof)) in bof_array_size()[all …]
39 struct bof;41 typedef struct bof { struct42 struct bof **array; argument65 extern bof_t *bof_array_get(bof_t *bof, unsigned i); argument66 extern unsigned bof_array_size(bof_t *bof);69 extern unsigned bof_blob_size(bof_t *bof);70 extern void *bof_blob_value(bof_t *bof);75 extern int32_t bof_int32_value(bof_t *bof);77 extern void bof_decref(bof_t *bof);78 extern void bof_incref(bof_t *bof);[all …]
20 bof.c \21 bof.h
90 private boolean bof = true; field in ChunkedInputStream192 bof = false; in nextChunk()215 if (!bof) { in getChunkSize()
83 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…84 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…104 [{bof}] (.? | $LF $CR) [^$Sep $CR $LF]* [$Sep $CR $LF {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $A…116 # [{bof}] inhibit rule chaining. Without this, rule would loop on itself and match
103 [{bof} $Extend $ZWJ $SpacingMark] $Regional_Indicator $Regional_Indicator / ($Regional_Indicator $R…104 [{bof} $Extend $ZWJ $SpacingMark] $Regional_Indicator / ($Regional_Indicator $R…
541 [{bof} $NS $HY $BA $QU $CL $CP $EX $IS $SY $WJ $GL $ZW $SP $BK $CR $LF $NL $ZWJ] $CM* $RI / ($CM* $…542 [{bof} $NS $HY $BA $QU $CL $CP $EX $IS $SY $WJ $GL $ZW $SP $BK $CR $LF $NL $ZWJ] $CM* $RI $CM* $RI …
539 [{bof} $NS $HY $BA $QU $CL $CP $EX $IS $SY $WJ $GL $ZW $SP $BK $CR $LF $NL $ZWJ] $CM* $RI / ($CM* $…540 [{bof} $NS $HY $BA $QU $CL $CP $EX $IS $SY $WJ $GL $ZW $SP $BK $CR $LF $NL $ZWJ] $CM* $RI $CM* $RI …
531 [{bof} $NS $HY $BA $QU $CL $CP $EX $IS $SY $WJ $GL $ZW $SP $BK $CR $LF $NL $ZWJ] $CM* $RI / ($CM* $…532 [{bof} $NS $HY $BA $QU $CL $CP $EX $IS $SY $WJ $GL $ZW $SP $BK $CR $LF $NL $ZWJ] $CM* $RI $CM* $RI …
527 [{bof} $NS $HY $BA $QU $CL $CP $EX $IS $SY $WJ $GL $ZW $SP $BK $CR $LF $NL $ZWJ] $CM* $RI / ($CM* $…528 [{bof} $NS $HY $BA $QU $CL $CP $EX $IS $SY $WJ $GL $ZW $SP $BK $CR $LF $NL $ZWJ] $CM* $RI $CM* $RI …
544 [{bof} $NS $HY $BA $QU $CL $CP $EX $IS $SY $WJ $GL $ZW $SP $BK $CR $LF $NL $ZWJ] $CM* $RI / ($CM* $…545 [{bof} $NS $HY $BA $QU $CL $CP $EX $IS $SY $WJ $GL $ZW $SP $BK $CR $LF $NL $ZWJ] $CM* $RI $CM* $RI …
537 [{bof} $NS $HY $BA $QU $CL $CP $EX $IS $SY $WJ $GL $ZW $SP $BK $CR $LF $NL $ZWJ] $CM* $RI / ($CM* $…538 [{bof} $NS $HY $BA $QU $CL $CP $EX $IS $SY $WJ $GL $ZW $SP $BK $CR $LF $NL $ZWJ] $CM* $RI $CM* $RI …
562 [{bof} $NS $HY $BA $QU $CL $CP $EX $IS $SY $WJ $GL $ZW $SP $BK $CR $LF $NL $ZWJ] $CM* $RI / ($CM* $…563 [{bof} $NS $HY $BA $QU $CL $CP $EX $IS $SY $WJ $GL $ZW $SP $BK $CR $LF $NL $ZWJ] $CM* $RI $CM* $RI …
18 fseek(fid,0,'bof'); % rewind to start
28 fseek(fid, start_pos, 'bof');