Searched defs:fetch (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm42 # fetch a list of cookies from the environment and
45 sub fetch { subroutine
78 die "Run $r->subprocess_env; before calling fetch()"
262 # fetch existing cookies
263 %cookies = CGI::Cookie->fetch;
445 %cookies = CGI::Cookie->fetch;
447 B<fetch> returns an associative array consisting of all cookies
451 %cookies = CGI::Cookie->fetch;
456 In a scalar context, fetch() returns a hash reference, which may be more
462 same semantics as fetch(), bu
[all...]
/osnet-11/usr/src/lib/libnsl/yp/
H A Ddbm.c136 fetch(datum key) function
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dserial.h36 int (*fetch) (struct grub_serial_port *port); member in struct:grub_serial_driver
110 return port->driver->fetch (port);
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h128 FNPROTO(fetch); variable
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c1547 fetch(fcode_env_t *env) function
2579 ANSI(0x06d, 0, "@", fetch);
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h944 #define fetch(a) __db_dbm_fetch(a) macro

Completed in 42 milliseconds