Home
last modified time | relevance | path

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

/PHP-5.3/ext/interbase/
H A Dphp_ibase_includes.h159 #define PHP_IBASE_LINK_TRANS(pzval, lh, th) \ argument
161 ZEND_FETCH_RESOURCE2(lh, ibase_db_link *, NULL, IBG(default_link), \
164 _php_ibase_get_link_trans(INTERNAL_FUNCTION_PARAM_PASSTHRU, &pzval, &lh, &th); \
165 if (SUCCESS != _php_ibase_def_trans(lh, &th TSRMLS_CC)) { RETURN_FALSE; } \
/PHP-5.3/ext/exif/
H A Dexif.c3302 unsigned int ll, lh; in exif_scan_JPEG_header() local
3348 if ((lh = php_stream_getc(ImageInfo->infile)) == EOF) { in exif_scan_JPEG_header()
3357 itemlen = (lh << 8) | ll; in exif_scan_JPEG_header()
3361 …LL EXIFERR_CC, ImageInfo, E_WARNING, "%s, Section length: 0x%02X%02X", EXIF_ERROR_CORRUPT, lh, ll); in exif_scan_JPEG_header()
3372 Data[0] = (uchar)lh; in exif_scan_JPEG_header()
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic1926 2 string -lh\40- LHa 2.x? archive data [lh ]

Completed in 43 milliseconds