Lines Matching defs:data
1273 function _writeJPEGMarker($marker, $length, &$data, $origLength) {
1745 function _readIFD($data, $base, $offset, $isBigEndian, $mode) {
2011 function _writeIFD(&$data, $pos, $offsetBase, &$entries, $isBigEndian, $hasNext) {
2517 function _readIPTC(&$data, $pos = 0) {
2607 function _write8BIM(&$data, $pos, $type, $header, &$value) {
2675 function _writeIPTCEntry(&$data, $pos, $type, &$value) {
3042 function _getByte(&$data, $pos) {
3060 function _putByte(&$data, $pos, $val) {
3069 function _getShort(&$data, $pos, $bigEndian = true) {
3084 function _putShort(&$data, $pos = 0, $val = 0, $bigEndian = true) {
3108 function _getLong(&$data, $pos, $bigEndian = true) {
3137 function _putLong(&$data, $pos, $val, $bigEndian = true) {
3156 function & _getNullString(&$data, $pos) {
3176 function & _getFixedString(&$data, $pos, $length = -1) {
3192 function _putString(&$data, $pos, &$str) {
3202 function _hexDump(&$data, $start = 0, $length = -1) {