Searched +refs:read +refs:cookie (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dvar.c21 * cgiGetCookie() - Get a cookie value.
29 * cgiSetCookie() - Set a cookie value.
208 * 'cgiGetCookie()' - Get a cookie value.
212 cgiGetCookie(const char *name) /* I - Name of cookie */
282 *cups_sid_cookie, /* SID cookie */
314 fputs("DEBUG: " CUPS_SID " cookie not found, initializing!\n", stderr);
318 fprintf(stderr, "DEBUG: " CUPS_SID " cookie is \"%s\"\n", cups_sid_cookie);
444 * 'cgiSetCookie()' - Set a cookie value.
647 const char *cookie; /* HTTP_COOKIE environment variable */ local
653 if ((cookie
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlmbench_bw_unix.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
74 void writer(int controlfd, int writefd, char* buf, void* cookie);
88 size_t xfer; /* bytes to read/write per "packet" */
89 size_t bytes; /* bytes to read/write in one iteration */
256 if ((n = read(state->pipes[0], state->buf, state->xfer)) <= 0) {
322 writer(int controlfd, int writefd, char* buf, void* cookie) argument
325 tsd_t *state = (tsd_t *)cookie;
328 read(controlfd, &todo, sizeof(todo));
H A Dlmbench_lat_ctx.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
142 if (read(rd, &msg, sizeof(msg)) != sizeof(msg)) {
143 debug("read/write on pipe");
148 debug("read/write on pipe");
316 read(p[procs-1][0], &msg, sizeof(msg)) != sizeof(msg)) {
317 debug("write/read/write on pipe");
340 initialize_overhead(void* cookie) argument
345 tsd_t *pState = (tsd_t *)cookie;
362 cleanup_overhead(cookie);
383 cleanup(void* cookie) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/tlsnke/tlsnke/
H A Dtlsnke.c425 rc=SSLRecordLayerInternal.read(dtls_ref->ssl_ctx, &rec);
483 tls_attach_fn(void **cookie, socket_t so) argument
491 *cookie=dtls_ref;
500 tls_detach_fn(void *cookie, socket_t so) argument
502 dtls_ctx_t dtls_ref = (dtls_ctx_t)cookie;
503 tls_printf("tlsnke(%p):%s\n", cookie, __FUNCTION__);
514 tls_notify_fn(void *cookie, socket_t so, sflt_event_t event, void *param) argument
516 tls_printf("tlsnke(%p):%s - so: %p - evt: %d\n", cookie, __FUNCTION__, so, event);
520 tls_data_in_fn(void *cookie, socket_t so, const struct sockaddr *from, argument
524 dtls_ctx_t dtls_ref = (dtls_ctx_t)cookie;
603 tls_data_out_fn(void *cookie, socket_t so, const struct sockaddr *to, mbuf_t *data, mbuf_t *control, sflt_data_flag_t flags) argument
643 tls_connect_in_fn(void *cookie, socket_t so, const struct sockaddr *from) argument
650 tls_connect_out_fn(void *cookie, socket_t so, const struct sockaddr *to) argument
657 tls_bind_fn(void *cookie, socket_t so, const struct sockaddr *to) argument
664 tls_setoption_fn(void *cookie, socket_t so, sockopt_t opt) argument
751 tls_getoption_fn(void *cookie, socket_t so, sockopt_t opt) argument
784 tls_listen_fn(void *cookie, socket_t so) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexsunos4.c31 * For programs that want to remap some of the data segment read only
40 * the __DYNAMIC struct to become read only, breaking the runtime loader.
99 static long cookie; variable
144 * Remember a magic cookie so we know we've got the right binary
147 cookie = time (0);
158 * Round down read only pages to a multiple of the page size
352 if (read (fd, &hdr, sizeof (hdr)) == sizeof (hdr)
357 lseek (fd, N_DATOFF (hdr) + (int)&cookie - N_DATADDR (hdr), L_SET);
358 read (fd, &filenames_cookie, sizeof (filenames_cookie));
359 if (filenames_cookie == cookie)
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmib.vim28 syn keyword mibValue read-create read-only read-write write-only INTEGER
37 syn keyword mibEpilogue FORCE-INCLUDE EXCLUDE cookie get-function set-function
H A Dprivoxy.vim48 syn match privoxyAction "\%(no-cookie-read\|no-cookie-set\|prevent-reading-cookies\|prevent-setting-cookies\)\>" contained
50 syn match privoxyAction "\%(no-cookies-keep\|no-cookies-read\|no-cookies-set\|no-popups\|vanilla-wafer\|wafer\)\>" contained
/macosx-10.9.5/OpenSSH-186/openssh/
H A Droaming_common.c166 ssize_t ret = read(fd, buf, count);
192 } else if (f == read && ret > 0 && !resume_in_progress) {
226 calculate_new_key(u_int64_t *key, u_int64_t cookie, u_int64_t challenge) argument
235 buffer_put_int64(&b, cookie);
H A Dsshd.c459 if (roaming_atomicio(read, sock_in, &buf[i], 1) != 1) {
606 /* We do not clear ssh1_host key and cookie. XXX - Okay Niels? */
703 /* We need to do this before we chroot() so we can read sshd.sb */
1188 * the read end of the pipe is ready
2240 u_char cookie[8]; local
2249 * cookie. This only affects rhosts authentication, and this is one
2252 arc4random_buf(cookie, sizeof(cookie));
2261 packet_put_char(cookie[i]);
2311 if (cookie[
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/kx/
H A Dkx.h151 extern u_char cookie[];
183 ssize_t (*read)(struct kx_context *kc, member in struct:kx_context
H A Dkxd.c86 * Remove all sockets and cookie files.
151 syslog (LOG_ERR, "read: %m");
411 /* read first part of connection packet, to get byte order */
412 if(read(fd, buf, 6) != 6) {
466 cookie, cookie_len);
654 syslog (LOG_ERR, "read: %m");
/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dmod_proxy_balancer.c173 * Session cookie was found, get it's value
175 char *end_cookie, *cookie; local
177 cookie = apr_pstrdup(r->pool, start_cookie);
178 if ((end_cookie = strchr(cookie, ';')) != NULL)
180 if((end_cookie = strchr(cookie, ',')) != NULL)
182 return cookie;
292 /* We have a route in path or in cookie
908 ap_rputs(apr_strfsize(worker->s->read, fbuf), r);
1149 (worker->s->read/worker->s->lbfactor);
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dab.c241 apr_size_t read; /* amount of bytes read */ member in struct:connection
242 apr_size_t bread; /* amount of body read */
297 char *cookie, /* optional cookie line */ variable
317 * XXX - this is now a per read/write transact type of value
326 apr_int64_t totalread = 0; /* total number of bytes read */
327 apr_int64_t totalbread = 0; /* totoal amount of entity body read */
336 int err_recv = 0; /* requests failed due to broken read */
355 /* one global throw-away buffer to read stuf
[all...]
H A Dab.c.orig241 apr_size_t read; /* amount of bytes read */
242 apr_size_t bread; /* amount of body read */
297 char *cookie, /* optional cookie line */
317 * XXX - this is now a per read/write transact type of value
326 apr_int64_t totalread = 0; /* total number of bytes read */
327 apr_int64_t totalbread = 0; /* totoal amount of entity body read */
336 int err_recv = 0; /* requests failed due to broken read */
355 /* one global throw-away buffer to read stuf
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DresourcesPanel.css140 -webkit-user-modify: read-write-plaintext-only;
319 .cookie-storage-tree-item .icon {
320 content: url(Images/cookie.png);
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Deap.c10 * http://www.opensource.apple.com/apsl/ and read it before using this
953 read(cstate->client_ext_ui_fds[0], &result, 1);
1345 EapGetClientSecret(void *cookie, u_char *our_name, u_char *peer_name, u_char *secret, int *secretlen) argument
1347 eap_state *cstate = (eap_state *)cookie;
1362 EapGetServerSecret(void *cookie, u_char *our_name, u_char *peer_name, u_char *secret, int *secretlen) argument
1364 eap_state *cstate = (eap_state *)cookie;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemdosa.asm157 mov ah,3fh ; read file
160 cmp ax,word ptr [bp+12] ; make sure all bytes were read
231 int 2fh ; a magic cookie, hex 4300
238 int 2fh ; another magic cookie
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Dbsd.c9 * This library is covered by the LGPL, read LICENSE for details.
25 * for both read and write.
102 #define udi_cookie cookie
132 to work to re-open them for each read (as well as being inefficient). */
274 USB_ERROR_STR(-errno, "can't open %s for bulk read: %s",
348 ret = read(fd, bytes, size);
432 ret = read(fd, bytes+retrieved, size-retrieved);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Dhelper.c269 len = read(s, (char *)&rtmsg, sizeof(rtmsg));
271 helplog(ASL_LEVEL_ERR, "do_mDNSSetLocalAddressCacheEntry: read (%d) interface %d address %d.%d.%d.%d seq %d result %d errno %d (%s) %d",
316 len = read(s, (char *)&rtmsg, sizeof(rtmsg));
318 helplog(ASL_LEVEL_ERR, "do_mDNSSetLocalAddressCacheEntry: read (%d) interface %d address " IPv6FMTSTRING " seq %d result %d errno %d (%s) %d",
1093 ssize_t bytesRead = read(fd, header, sizeof(header)-1);
1333 n = read(fd, buf, sizeof(buf)-1);
1337 debug("read of \"%s\" failed: %s", racoon_pid_path,
1448 u_int32_t cookie; member in struct:vpnctl_hdr_struct
1502 h.cookie = 0;
1515 ret = read(f
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFBundle.c10 * http://www.opensource.apple.com/apsl/ and read it before using this
904 // get cookie for already-loaded main bundle
2045 if (buffer && read(fd, buffer, X11_BYTES_TO_READ) >= X11_BYTES_TO_READ) loc = buffer;
2168 if (buffer && read(fd, buffer, IMAGE_INFO_BYTES_TO_READ) >= IMAGE_INFO_BYTES_TO_READ) loc = buffer;
2222 if (fd >= 0 && lseek(fd, offset + sectoffset, SEEK_SET) == (off_t)(offset + sectoffset) && read(fd, sectbuffer, 8) >= 8) {
2278 if (fd >= 0 && lseek(fd, fat->offset, SEEK_SET) == (off_t)fat->offset && read(fd, buffer, sizeof(struct mach_header_64)) >= (int)sizeof(struct mach_header_64)) {
2451 if (buffer && read(fd, buffer, ZIP_BYTES_TO_READ) >= ZIP_BYTES_TO_READ) moreBytes = buffer;
2516 if (buffer && read(fd, buffer, OLE_BYTES_TO_READ) >= OLE_BYTES_TO_READ) moreBytes = buffer;
2564 length = read(fd, buffer, MAGIC_BYTES_TO_READ);
2754 if (lseek(fd, 512, SEEK_SET) == 512 && read(f
4365 void *cookie = dlopen(buff, mode); local
4420 void *cookie = dlopen(buff, mode); local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslContext.c10 * http://www.opensource.apple.com/apsl/ and read it before using this
672 Those are currently necessary because the record layer read/write callbacks
686 rc = ctx->ioCtx.read(ctx->ioCtx.ioRef, data, dataLength);
731 ctx->ioCtx.read=readFunc;
831 const void *cookie,
850 /* free possible existing cookie */
859 memmove(ctx->dtlsCookie.data, cookie, cookieLen);
830 SSLSetDatagramHelloCookie(SSLContextRef ctx, const void *cookie, size_t cookieLen) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslContext.c10 * http://www.opensource.apple.com/apsl/ and read it before using this
672 Those are currently necessary because the record layer read/write callbacks
686 rc = ctx->ioCtx.read(ctx->ioCtx.ioRef, data, dataLength);
731 ctx->ioCtx.read=readFunc;
831 const void *cookie,
850 /* free possible existing cookie */
859 memmove(ctx->dtlsCookie.data, cookie, cookieLen);
830 SSLSetDatagramHelloCookie(SSLContextRef ctx, const void *cookie, size_t cookieLen) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslContext.c10 * http://www.opensource.apple.com/apsl/ and read it before using this
672 Those are currently necessary because the record layer read/write callbacks
686 rc = ctx->ioCtx.read(ctx->ioCtx.ioRef, data, dataLength);
731 ctx->ioCtx.read=readFunc;
831 const void *cookie,
850 /* free possible existing cookie */
859 memmove(ctx->dtlsCookie.data, cookie, cookieLen);
830 SSLSetDatagramHelloCookie(SSLContextRef ctx, const void *cookie, size_t cookieLen) argument
/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-plugin/
H A Dmain.c10 * http://www.opensource.apple.com/apsl/ and read it before using this
410 called back everytime we go out of select, and data needs to be read
580 read(fd, &rd8, sizeof(rd8));
663 case VPNCTL_NTYPE_INVALID_COOKIE: return "Invalid cookie";
784 /* read end of packet */
796 dbglog("L2TP received racoon message <type 0x%x> <flags 0x%x> <cookie 0x%x> <result %d> <reserved 0x%x> <len %d>",
797 ntohs(hdr->msg_type), ntohs(hdr->flags), ntohl(hdr->cookie), ntohl(hdr->reserved), ntohs(hdr->result), ntohs(hdr->len));
1164 while (read(edgefds[0], &c, 1) != 1) {
1207 while (read(resolverfds[0], &c, 1) != 1) {
1518 /* wait indefinitely and read th
[all...]
/macosx-10.9.5/vim-53/src/
H A Dgui.c6 * Do ":help uganda" in Vim to read copying and usage conditions.
74 * We don't want to open the GUI shell until after we've read .gvimrc,
140 /* The read returns when the child closes the pipe (or when
143 ignored = (int)read(pipefd[0], &dummy, (size_t)1);
363 EMSG2(_("E230: Cannot read from \"%s\""), use_gvimrc);
375 * Try to read GUI initialization commands from the following
3680 * Scrollbars seem to grab focus and vim doesn't read the input queue until
4818 static void gfp_setname __ARGS((char_u *fname, void *cookie));
4824 gfp_setname(fname, cookie)
4826 void *cookie;
[all...]

Completed in 428 milliseconds

12