Searched refs:lh (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 4324 for(;lh;lh=lh->prev){ 4325 if(lh->v.k==VINDEXED){ 4326 if(lh->v.u.s.info==v->u.s.info){ 4328 lh->v.u.s.info=extra; 4330 if(lh->v.u.s.aux==v->u.s.info){ 4332 lh->v.u.s.aux=extra; 4343 check_condition(ls,VLOCAL<=lh->v.k&&lh->v.k<=VINDEXED, 4347 nv.prev=lh; 4350 check_conflict(ls,lh,&nv.v); 4366 luaK_storevar(ls->fs,&lh->v,&e); [all …]
|
/PHP-8.0/ext/exif/ |
H A D | exif.c | 3769 unsigned int ll, lh; in exif_scan_JPEG_header() local 3815 if ((lh = php_stream_getc(ImageInfo->infile)) == (unsigned int)EOF) { in exif_scan_JPEG_header() 3824 itemlen = (lh << 8) | ll; in exif_scan_JPEG_header() 3828 …LL EXIFERR_CC, ImageInfo, E_WARNING, "%s, Section length: 0x%02X%02X", EXIF_ERROR_CORRUPT, lh, ll); in exif_scan_JPEG_header() 3839 Data[0] = (uchar)lh; in exif_scan_JPEG_header()
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 3244 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b 3257 >>>>>2 string -lh \b 3259 >>>>>>3 regex \^lh[01] LHarc 1.x/ARX archive data 3265 >>>>>>3 regex \^lh[23d] LHa 2.x? archive data 3266 >>>>>>3 regex \^lh[7] LHa (2.x)/LHark archive data 3267 >>>>>>3 regex \^lh[456] LHa (2.x) archive data 3273 # missing -lh?- variants (Joe Jared) 3274 >>>>>>3 regex \^lh[89a-ce] LHa (Joe Jared) archive 3280 # this should not happen if all -lh variants are described 3346 #2 string -lh\40- LHa 2.x? archive data [lh ]
|
H A D | magic | 3244 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b 3257 >>>>>2 string -lh \b 3259 >>>>>>3 regex \^lh[01] LHarc 1.x/ARX archive data 3265 >>>>>>3 regex \^lh[23d] LHa 2.x? archive data 3266 >>>>>>3 regex \^lh[7] LHa (2.x)/LHark archive data 3267 >>>>>>3 regex \^lh[456] LHa (2.x) archive data 3273 # missing -lh?- variants (Joe Jared) 3274 >>>>>>3 regex \^lh[89a-ce] LHa (Joe Jared) archive 3280 # this should not happen if all -lh variants are described 3346 #2 string -lh\40- LHa 2.x? archive data [lh ]
|
Completed in 133 milliseconds