Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.quicktime.php2927 * @param string $lstring
2932 public function LociString($lstring, &$count) { argument
2935 $len = strlen($lstring);
2940 if ($lstring[0] == "\x00") {
2945 …if (($len > 2) && ((($lstring[0] == "\xFE") && ($lstring[1] == "\xFF")) || (($lstring[0] == "\xFF"…
2947 if (preg_match('/(.*)\x00/', $lstring, $lmatches)) {
2955 if (preg_match('/(.*)\x00/', $lstring, $lmatches)) {