Searched refs:netorder (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Storable/t/ |
H A D | file_magic.t | 40 netorder => 0, 55 netorder => 0, 67 netorder => 1, 81 netorder => 0, 93 netorder => 1, 108 netorder => 0, 121 netorder => 1, 136 netorder => 0, 153 netorder => 0, 167 netorder => 1, [all …]
|
H A D | malice.t | 74 is (!!$header->{netorder}, !!$isnetorder, "is network order");
|
/openbsd/gnu/usr.bin/perl/dist/Storable/ |
H A D | Storable.xs | 370 int netorder; /* true if network order used */ member 1220 if (cxt->netorder) { \ 1539 cxt->netorder = 0; /* true if network order used */ in init_perinterp() 1574 cxt->netorder = network_order; in init_store_context() 1976 return cxt->netorder; in last_op_in_netorder() 2512 } else if (cxt->netorder) { in store_scalar() 2571 if (cxt->netorder) { in store_scalar() 4481 if (cxt->netorder) { in magic_write() 4505 if (!cxt->netorder) { in magic_write() 7212 if (cxt->netorder) { in retrieve() [all …]
|
H A D | Storable.pm | 192 $info{netorder} = $net_order;
|