Searched refs:bsize (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | print.c | 271 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 D | dasm_mips.h | 58 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 D | dasm_ppc.h | 58 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 D | dasm_arm.h | 59 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 D | dasm_arm64.h | 61 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 D | dasm_x86.h | 57 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 D | grapheme_string.c | 635 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 D | magic | 32884 >>4096 lelong x \b, blk.bsize: %d
|
H A D | magic私はガラスを食べられます | 32884 >>4096 lelong x \b, blk.bsize: %d
|
Completed in 201 milliseconds