Lines Matching refs:unpack
221 list($hi, $lo) = array_values(unpack("N*N*", $v));
284 list($hi, $lo) = array_values(unpack("N*N*", $v));
580 list(, $v) = unpack("N*", fread($fp, 4));
599 list($status, $ver, $len) = array_values(unpack("n2a/Nb", $header));
623 list(, $wlen) = unpack("N*", substr($response, 0, 4));
934 list(, $t2) = unpack("L*", $t1); // int in machine order
1103 list(, $status) = unpack("N*", substr($response, $p, 4));
1107 list(, $len) = unpack("N*", substr($response, $p, 4));
1124 list(, $nfields) = unpack("N*", substr($response, $p, 4));
1127 list(, $len) = unpack("N*", substr($response, $p, 4));
1134 list(, $nattrs) = unpack("N*", substr($response, $p, 4));
1137 list(, $len) = unpack("N*", substr($response, $p, 4));
1141 list(, $type) = unpack("N*", substr($response, $p, 4));
1148 list(, $count) = unpack("N*", substr($response, $p, 4));
1150 list(, $id64) = unpack("N*", substr($response, $p, 4));
1163 list(, $weight) = unpack("N*", substr($response, $p, 4));
1166 list($doc, $weight) = array_values(unpack(
1193 list(, $uval) = unpack("N*", substr($response, $p, 4));
1195 list(, $fval) = unpack("f*", pack("L", $uval));
1201 list(, $val) = unpack("N*", substr($response, $p, 4));
1207 list(, $val) = unpack("N*", substr($response, $p, 4));
1223 array_values(unpack("N*N*N*N*", substr($response, $p, 16)));
1230 list(, $len) = unpack("N*", substr($response, $p, 4));
1234 list($docs, $hits) = array_values(unpack("N*N*", substr($response, $p, 8)));
1332 list(, $len) = unpack("N*", substr($response, $pos, 4));
1399 list(, $nwords) = unpack("N*", substr($response, $pos, 4));
1402 list(, $len) = unpack("N*", substr($response, $pos, 4));
1407 list(, $len) = unpack("N*", substr($response, $pos, 4));
1415 list($ndocs, $nhits) = array_values(unpack("N*N*", substr($response, $pos, 8)));
1504 list(, $updated) = unpack("N*", substr($response, 0, 4));
1566 list($rows, $cols) = array_values(unpack("N*N*", substr($response, $p, 8)));
1572 list(, $len) = unpack("N*", substr($response, $p, 4));