Searched refs:objects (Results 1 - 25 of 68) sorted by relevance

123

/osnet-11/usr/src/lib/libnisdb/
H A Ddb.cc186 res->objects.objects_len = 0; /* default */
187 res->objects.objects_val = NULL; /* default */
192 res->objects.objects_len = (int) num_answers;
193 res->objects.objects_val = ans;
217 res->objects.objects_val = new entry_object_p;
218 if (res->objects.objects_val == NULL) {
219 res->objects.objects_len = 0;
225 res->objects.objects_len = 1;
226 res->objects.objects_val[0] = single;
265 res->objects
[all...]
H A Ddb_entry_c.x79 entry_object_p objects<>; /* And the objects found */
H A Dnis_db.cc79 /* Can't have valid objects */
85 for (i = 0; i < dr->objects.objects_len; i++)
86 free_entry(dr->objects.objects_val[i]);
87 free(dr->objects.objects_val);
101 res->objects.objects_len = 0;
102 res->objects.objects_val = NULL;
586 if (res->objects.objects_len != 1 || res->objects.objects_val == 0 ||
587 res->objects.objects_val[0] == 0) {
592 o = unmakePseudoEntryObj(res->objects
[all...]
/osnet-11/usr/src/lib/libradproto/common/
H A Dprotocol.x128 objectname objects<>;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DPipe.pm208 arguments, which should be objects blessed into C<IO::Handle>, or a
209 subclass thereof. These two objects will be used for the system call
237 on the newly created C<IO::Pipe> object. It returns an array of two objects
H A DSeekable.pm7 IO::Seekable - supply seek based methods for I/O objects
18 be inherited by other C<IO::Handle> based objects. It provides methods
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfields.pm241 The effect of all this is that you can have objects with named
243 works as long as the objects are accessed through properly typed
244 variables. If the objects are not typed, access is only checked at
H A Dbigint.pm282 The numbers are stored as objects, and their internals might change at anytime,
283 especially between math operations. The objects also might belong to different
304 Since all numbers are now objects, you can use all functions that are part of
H A DBenchmark.t207 eq_set([keys %$got], [qw(Foo Bar Baz)], 'should be exactly three objects');
273 eq_set([keys %$results], [qw(Foo Bar)], 'should be exactly two objects');
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsfs.c89 /* The amount of objects depends on the blocksize. */
90 struct grub_sfs_obj objects[1]; member in struct:grub_sfs_objc
302 blk = grub_be_to_cpu32 (rootobjc->objects[0].file_dir.dir.dir_objc);
307 data->label = grub_strdup ((char *) (rootobjc->objects[0].filename));
413 pos = (char *) &objc->objects[0] - (char *) objc;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DTerse.pm81 method named C<terse> to B::OP and B::SV objects. The B::SV method is
H A DBblock.pm211 The values of %$leaders are the op objects themselves. Keys are $$op
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm87 "File::stat" objects. This object has methods that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm66 versions that return "Net::protoent" objects. They take default
H A Dservent.pm69 "Net::servent" objects. They take default second arguments of "tcp". This object has methods that return the similarly
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm63 replacing it with a version that returns "Time::tm" objects.
H A Dlocaltime.pm58 replacing it with a version that returns "Time::tm" objects.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm66 "User::grent" objects. This object has methods that return the similarly
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm332 return objects from the B::SV and B::OP classes, or their derived
334 resulting objects about their own internal state.
342 =head2 Functions Returning C<B::SV>, C<B::AV>, C<B::HV>, and C<B::CV> objects
344 For descriptions of the class hierachy of these objects and the
430 =head2 Functions Returning C<B::OP> objects or for walking op trees
432 For descriptions of the class hierachy of these objects and the
517 object hierarchy. Structure fields which point to other objects
519 module as Perl objects of the appropriate class.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm355 # Recreate objects in memory from an existing frozen image created
410 containing SCALAR, ARRAY, HASH or REF objects, i.e. anything that can be
421 The objects stored into that file are recreated into memory for you,
427 to objects that share a lot of common data into a single array or hash
429 whole thing, the objects will continue to share what they originally shared.
450 When using C<fd_retrieve>, objects are retrieved in sequence, one
454 Storable and directly store your objects by invoking C<store> as
613 and deserialization process on objects that are instances of that class.
684 them at serialization time, pointing to the deserialized objects (which
742 Shared references among objects wil
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm71 implementation at least) defined as objects. The mapping of encoding
250 call to the object, or perhaps (to avoid forcing per-stream objects
255 additional behaviour for all encoding objects.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm2 # Pod/InputObjects.pm -- package which defines objects for input streams
21 Pod::InputObjects - objects representing POD input paragraphs, commands, etc.
37 This module defines some basic input objects used by B<Pod::Parser> when
38 reading and parsing POD text from an input source. The following objects
74 Each of these input objects are described in further detail in the
99 C<Pod::InputSource> objects. Each such object is merely a wrapper around
732 text-strings and B<Pod::InteriorSequence> objects (in order of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dupgrade.inc212 # check internal state of number objects
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.xs223 # context a reference to the tied array used to store the objects in the Group
224 # is returned; in a list context the objects within the Group are returned on
263 * For embedded objects and Groups, return a ref to the perl SV.
602 * For embedded objects and Groups, return a ref
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DUNIX.pm108 As of VERSION 1.18 all IO::Socket objects have autoflush turned on

Completed in 1014 milliseconds

123