Searched refs:bof (Results 1 – 8 of 8) 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()
80 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…81 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…101 [{bof}] (.? | $LF $CR) [^$Sep $CR $LF]* [$Sep $CR $LF {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $A…113 # [{bof}] inhibit rule chaining. Without this, rule would loop on itself and match
18 fseek(fid,0,'bof'); % rewind to start
28 fseek(fid, start_pos, 'bof');