Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dprint.c272 file_fmtdatetime(char *buf, size_t bsize, uint64_t v, int flags) in file_fmtdatetime() argument
305 strlcpy(buf, "*Invalid datetime*", bsize); in file_fmtdatetime()
314 file_fmtdate(char *buf, size_t bsize, uint16_t v) in file_fmtdate() argument
323 if (strftime(buf, bsize, "%a, %b %d %Y", &tm) == 0) in file_fmtdate()
328 strlcpy(buf, "*Invalid date*", bsize); in file_fmtdate()
333 file_fmttime(char *buf, size_t bsize, uint16_t v) in file_fmttime() argument
342 if (strftime(buf, bsize, "%T", &tm) == 0) in file_fmttime()
347 strlcpy(buf, "*Invalid time*", bsize); in file_fmttime()
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h58 size_t bsize; /* Buffer size in bytes. */ member
109 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
173 DASM_M_GROW(Dst, int, sec->buf, sec->bsize, in dasm_put()
174 sec->bsize + 2*DASM_MAXSECPOS*sizeof(int)); in dasm_put()
176 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
H A Ddasm_ppc.h58 size_t bsize; /* Buffer size in bytes. */ member
109 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
173 DASM_M_GROW(Dst, int, sec->buf, sec->bsize, in dasm_put()
174 sec->bsize + 2*DASM_MAXSECPOS*sizeof(int)); in dasm_put()
176 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
H A Ddasm_arm.h59 size_t bsize; /* Buffer size in bytes. */ member
110 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
182 DASM_M_GROW(Dst, int, sec->buf, sec->bsize, in dasm_put()
183 sec->bsize + 2*DASM_MAXSECPOS*sizeof(int)); in dasm_put()
185 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
H A Ddasm_x86.h57 size_t bsize; /* Buffer size in bytes. */ member
111 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
175 DASM_M_GROW(Dst, int, sec->buf, sec->bsize, in dasm_put()
176 sec->bsize + 2*DASM_MAXSECPOS*sizeof(int)); in dasm_put()
178 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
H A Ddasm_arm64.h61 size_t bsize; /* Buffer size in bytes. */ member
115 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
229 DASM_M_GROW(Dst, int, sec->buf, sec->bsize, in dasm_put()
230 sec->bsize + 2*DASM_MAXSECPOS*sizeof(int)); in dasm_put()
232 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c653 grapheme_extract_bytecount_iter(UBreakIterator *bi, int32_t bsize, unsigned char *pstr, int32_t str… in grapheme_extract_bytecount_iter() argument
665 if ( pos > bsize ) { in grapheme_extract_bytecount_iter()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます32884 >>4096 lelong x \b, blk.bsize: %d
H A Dmagic32884 >>4096 lelong x \b, blk.bsize: %d

Completed in 166 milliseconds