Searched refs:serialize (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceStoreFactory.java | 428 static void serialize(BufferedWriter out, ServiceStore store) method in class:ServiceStoreFactory
|
H A D | ServiceTable.java | 185 // Open an object output stream for the URL, serialize through 198 ServiceStoreFactory.serialize(di, store);
|
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | regcomp.c | 34 #define serialize re_serialize /* hp.ia64 <unistd.h>! */ macro 272 serialize(Cenv_t* env, Rex_t* e, int n) function 282 n = serialize(env, e->re.group.expr.binary.left, n); 285 n = serialize(env, e->re.group.expr.binary.right, n); 288 n = serialize(env, e->re.group.expr.binary.left, n); 289 n = serialize(env, e->re.group.expr.binary.right, n); 299 n = serialize(env, e->re.group.expr.rex, n); 3368 serialize(&env, p->env->rex, 1);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/ |
H A D | Storable.pm | 539 serialize data which is not supported by earlier Perls. By default, 643 Arguments: I<obj> is the object to serialize, I<cloning> is a flag indicating 648 extra references that you wish to let the Storable engine serialize. 736 You can create endless loops if the things you serialize via freeze() 737 (for instance) point back to the object we're trying to serialize in 751 to serialize. The engine guarantees that those will be serialized in the
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/ |
H A D | Makefile.com | 147 ser_princ.o serialize.o unparse.o
|
Completed in 67 milliseconds