Searched refs:store (Results 76 - 100 of 102) sorted by relevance

12345

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm272 innovation that allows Web servers to store persistent information on
296 browser will store the cookie information in a disk file and return it
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm212 1048576 more characters. Now we can store character ranges up to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm173 to store the state during encoding, this is where you clone your object.
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1348 X509_STORE *store = NULL; local
1417 if (!(store = X509_STORE_new()))
1423 X509_STORE_set_verify_cb_func(store, openssl_callback);
1425 X509_STORE_set_verify_cb_func(store, openssl_callback_ignore_crls);
1426 X509_STORE_set_flags(store, vflags);
1480 if (!X509_STORE_CTX_init(&cert_ctx, store, x, intermediateCAs))
1571 if (CMS_verify(cms, NULL, store, NULL, out, flags)) {
1672 if (store != NULL)
1673 X509_STORE_free(store);
4604 * storing a private key in softtoken pktool(1) doesn't generate or store
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald_dbus.c301 foreach_device_get_udi (HalDeviceStore *store, HalDevice *device, argument
362 foreach_device_match_get_udi (HalDeviceStore *store, HalDevice *device, argument
386 foreach_device_match_get_udi_tdl (HalDeviceStore *store, HalDevice *device, argument
490 foreach_device_by_capability (HalDeviceStore *store, HalDevice *device, gpointer user_data) argument
3507 foreach_device_get_xml_node (HalDeviceStore *store, HalDevice *device, argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm122 croak("You can't use $package for LIST_CACHE because it can only store scalars");
186 croak("You can't use $module for LIST_CACHE because it can only store scalars");
248 # Scalars are considered to be lists; store appropriately
542 invocations of your function separately, and store them separately.
770 This normalizer function will store scalar context return values in
933 provide one. Use this instead of plain C<SDBM_File> to store your
942 C<Storable> isn't a tied hash class at all. You can use it to store a
944 it's on the disk. So if you want to store your cache table in a
982 Some versions of C<DB_File> won't let you store data under a key of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm1425 systems use this to make intelligent decisions about how to store the file.
1449 Get C<REMOTE_FILE> from the server and store locally. C<LOCAL_FILE> may be
1544 Tell the server that you wish to store a file. C<FILE> is the
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h947 #define store(a, b) __db_dbm_store(a, b) macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm426 If your proxy is an authenticating proxy, you can store your username
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c1582 store(fcode_env_t *env) function
2584 ANSI(0x072, 0, "!", store);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs1124 # Create the raw kstat to store function lookup table on load
1335 /* If newly created store the associated kstat info */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm773 : Purpose(to store max storage capacity for files)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm96 documentation. When parsing PODs, it is necessary to associate and store
H A DParser.pm127 first pass using B<Pod::Parser> and override your methods to store the
132 store it in some other structure as a string or an array and have that
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c472 #define MAPDEF(name, ext, flags, parse, open, close, lookup, store) \
478 extern void store __P((MAP *, char *, char *)); \
487 s->s_mapclass.map_store = store; \
2597 ** status -- whether or not to store as process status
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c1730 devinfo_storage_foreach_nick (HalDeviceStore *store, HalDevice *d, gpointer user_data) argument
/osnet-11/usr/src/lib/libnsl/common/
H A Dllib-lnsl889 int store(datum key, datum dat);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm1557 the value to be stored. It is up to the subroutine to store the value,
1792 GetOptions (\%h, 'length=i'); # will store in $h{length}
1804 GetOptions (\%h, 'length=i'); # will store in $len
1809 GetOptions ('length=i' => \$len); # will store in $len
2224 When no destination is specified for an option, GetOptions will store
2231 GetOptions ('length=i'); # will store in $opt_length
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py1147 created, we must store the menu organizer's state (the menu.conf)
1228 self._menu_org.store(menuconf_path, force)
3293 def store(self, new_conf_path=None, force=False): member in class:GRUB2MenuOrganizer
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s120 std %d8, [%o0] ! store it
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm537 $self->{sign} = $$mis; # store sign
592 # if any of the globals is set, use them to round and store them inside $self
2024 $x->{_p} = $scale; # store new _p
3618 Different low-level libraries use different formats to store the
3825 store additional hash keys in the object. There are also some package globals
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm1195 # The user is trying to store record #$n Record that in the history,
2225 to fetch or store the record at line C<$n>, respectively; similarly
/osnet-11/usr/src/lib/libstmf/common/
H A Dstore.c33 #include <store.h>
43 * This file's functions are responsible for all store and retrieve operations
184 * will have a nasty side effect of invalidating the existing store.
4233 * Retrieves the list of providers that currently store persistent data
4421 * nvl - nvlist to store
H A Dstmf.c43 #include <store.h>
802 /* If persist store addition fails, remove any previous entries added */
1217 * store.
1248 /* If any persist store addition fails, remove previous entries too */
1349 * store.
1997 * NULL and add it to the persistent store for sbd
3840 * store.
3920 * persistent store.
4000 * persistent store.
6264 * Purpose: Load the configuration data from the store
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm2372 # OPs that store things other than flags in their op_private,
4382 Create an object to store the state of a deparsing operation and any

Completed in 342 milliseconds

12345