Home
last modified time | relevance | path

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

/PHP-8.3/ext/fileinfo/libmagic/
H A Dprint.c271 file_fmtdatetime(char *buf, size_t bsize, uint64_t v, int flags) in file_fmtdatetime() argument
301 strlcpy(buf, "*Invalid datetime*", bsize); in file_fmtdatetime()
310 file_fmtdate(char *buf, size_t bsize, uint16_t v) in file_fmtdate() argument
319 if (strftime(buf, bsize, "%a, %b %d %Y", &tm) == 0) in file_fmtdate()
324 strlcpy(buf, "*Invalid date*", bsize); in file_fmtdate()
329 file_fmttime(char *buf, size_t bsize, uint16_t v) in file_fmttime() argument
338 if (strftime(buf, bsize, "%T", &tm) == 0) in file_fmttime()
343 strlcpy(buf, "*Invalid time*", bsize); in file_fmttime()
/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_mips.h58 size_t bsize; /* Buffer size in bytes. */ member
103 D->sections[i].bsize = 0; in dasm_init()
115 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
178 DASM_M_GROW(Dst, int, sec->buf, sec->bsize, in dasm_put()
179 sec->bsize + 2*DASM_MAXSECPOS*sizeof(int)); in dasm_put()
181 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
103 D->sections[i].bsize = 0; in dasm_init()
115 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
178 DASM_M_GROW(Dst, int, sec->buf, sec->bsize, in dasm_put()
179 sec->bsize + 2*DASM_MAXSECPOS*sizeof(int)); in dasm_put()
181 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
104 D->sections[i].bsize = 0; in dasm_init()
116 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
187 DASM_M_GROW(Dst, int, sec->buf, sec->bsize, in dasm_put()
188 sec->bsize + 2*DASM_MAXSECPOS*sizeof(int)); in dasm_put()
190 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
106 D->sections[i].bsize = 0; in dasm_init()
118 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()
H A Ddasm_x86.h57 size_t bsize; /* Buffer size in bytes. */ member
105 D->sections[i].bsize = 0; in dasm_init()
117 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
187 DASM_M_GROW(Dst, int, sec->buf, sec->bsize, in dasm_put()
188 sec->bsize + 2*DASM_MAXSECPOS*sizeof(int)); in dasm_put()
190 sec->epos = (int)sec->bsize/sizeof(int) - DASM_MAXSECPOS+DASM_POS2BIAS(pos); in dasm_put()
/PHP-8.3/ext/intl/grapheme/
H A Dgrapheme_string.c635 grapheme_extract_bytecount_iter(UBreakIterator *bi, int32_t bsize, unsigned char *pstr, int32_t str… in grapheme_extract_bytecount_iter() argument
647 if ( pos > bsize ) { in grapheme_extract_bytecount_iter()
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic32884 >>4096 lelong x \b, blk.bsize: %d
H A Dmagic私はガラスを食べられます32884 >>4096 lelong x \b, blk.bsize: %d

Completed in 187 milliseconds