Lines Matching refs:unpackSSH2

618         list($this->defaultVersion) = Strings::unpackSSH2('N', $response);
620 list($key, $value) = Strings::unpackSSH2('ss', $response);
685 list($status) = Strings::unpackSSH2('N', $response);
816 list($status) = Strings::unpackSSH2('N', $response);
822 list($message) = Strings::unpackSSH2('s', $response);
864 list(, $filename) = Strings::unpackSSH2('Ns', $response);
1104 list($count) = Strings::unpackSSH2('N', $response);
1106 list($shortname) = Strings::unpackSSH2('s', $response);
1110 list($longname) = Strings::unpackSSH2('s', $response);
1136 list($status) = Strings::unpackSSH2('N', $response);
1754 list($status) = Strings::unpackSSH2('N', $response);
1869 list($count) = Strings::unpackSSH2('N', $response);
1875 list($filename) = Strings::unpackSSH2('s', $response);
1938 list($status) = Strings::unpackSSH2('N', $response);
2000 list($status) = Strings::unpackSSH2('N', $response);
2040 list($status) = Strings::unpackSSH2('N', $response);
2304 list($status) = Strings::unpackSSH2('N', $response);
2334 list($status) = Strings::unpackSSH2('N', $response);
2556 list($status) = Strings::unpackSSH2('N', $response);
3000 list($status) = Strings::unpackSSH2('N', $response);
3029 list($attr[$key]) = Strings::unpackSSH2('Q', $response);
3031 list($attr[$key . '-nseconds']) = Strings::unpackSSH2('N', $response);
3048 list($flags, $attr['type']) = Strings::unpackSSH2('NC', $response);
3050 list($flags) = Strings::unpackSSH2('N', $response);
3092 list($attr['size']) = Strings::unpackSSH2('Q', $response);
3095 list($attr['uid'], $attr['gid']) = Strings::unpackSSH2('NN', $response);
3098 list($attr['mode']) = Strings::unpackSSH2('N', $response);
3109 list($attr['atime'], $attr['mtime']) = Strings::unpackSSH2('NN', $response);
3121 list($count) = Strings::unpackSSH2('N', $response);
3123 list($type, $flag, $mask, $who) = Strings::unpackSSH2('N3s', $result);
3127 list($attr['owner'], $attr['$group']) = Strings::unpackSSH2('ss', $response);
3137 list($attrib_bits, $attrib_bits_valid) = Strings::unpackSSH2('N2', $response);
3146 list($attr['allocation-size']) = Strings::unpackSSH2('Q', $response);
3152 list($text_hint) = Strings::unpackSSH2('C', $response);
3157 list($attr['mime-type']) = Strings::unpackSSH2('s', $response);
3161 list($attr['link-count']) = Strings::unpackSSH2('N', $response);
3165 list($attr['untranslated-name']) = Strings::unpackSSH2('s', $response);
3173 list($count) = Strings::unpackSSH2('N', $response);
3175 list($key, $value) = Strings::unpackSSH2('ss', $response);