Home
last modified time | relevance | path

Searched refs:lh (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/interbase/
H A Dphp_ibase_includes.h157 #define PHP_IBASE_LINK_TRANS(pzval, lh, th) \ argument
159 ZEND_FETCH_RESOURCE2(lh, ibase_db_link *, NULL, IBG(default_link), \
162 _php_ibase_get_link_trans(INTERNAL_FUNCTION_PARAM_PASSTHRU, &pzval, &lh, &th); \
163 if (SUCCESS != _php_ibase_def_trans(lh, &th TSRMLS_CC)) { RETURN_FALSE; } \
/PHP-5.5/ext/exif/
H A Dexif.c3316 unsigned int ll, lh; in exif_scan_JPEG_header() local
3362 if ((lh = php_stream_getc(ImageInfo->infile)) == EOF) { in exif_scan_JPEG_header()
3371 itemlen = (lh << 8) | ll; in exif_scan_JPEG_header()
3375 …LL EXIFERR_CC, ImageInfo, E_WARNING, "%s, Section length: 0x%02X%02X", EXIF_ERROR_CORRUPT, lh, ll); in exif_scan_JPEG_header()
3386 Data[0] = (uchar)lh; in exif_scan_JPEG_header()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic2112 2 string -lh\40- LHa 2.x? archive data [lh ]

Completed in 60 milliseconds