Searched +refs:url +refs:cookie +refs:parse +refs:file (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_getparam.c10 * This software is licensed as described in the file COPYING, which
16 * furnished to do so, under the terms of the COPYING file.
69 {"*", "url", TRUE},
72 {"*a", "random-file", TRUE},
73 {"*b", "egd-file", TRUE},
192 {"b", "cookie", TRUE},
194 {"c", "cookie-jar", TRUE},
239 {"ne", "netrc-file", TRUE},
257 {"T", "upload-file", TRUE},
343 dudes can use : when using drive letters and thus c:\file
384 const char *parse = NULL; local
720 struct getout *url; local
1094 FILE *file; local
1511 struct getout *url; local
1648 struct getout *url; local
1714 FILE *file; local
[all...]
/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_rewrite.c2 * contributor license agreements. See the NOTICE file distributed with
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
203 /* max cookie size in rfc 2109 */
204 /* XXX: not used at all. We should do a check somewhere and/or cut the cookie */
255 apr_file_t *fpin; /* in file pointer for program maps */
256 apr_file_t *fpout; /* out file pointer for program maps */
257 apr_file_t *fperr; /* err file pointer for program maps */
263 NULL if only one file */
315 data_item *cookie; /* adde member in struct:__anon6005
791 char *portp, *host, *url, *scratch; local
1239 lookup_map_txtfile(request_rec *r, const char *file, char *key) argument
1299 lookup_map_dbmfile(request_rec *r, const char *file, const char *dbmtype, char *key) argument
2477 char *cookie; local
2553 do_expand_cookie(data_item *cookie, rewrite_ctx *ctx) argument
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Djavascriptcomplete.vim32 let file = getline(b:jsrange[0],b:jsrange[1])
36 let file = b:js_extfiles + file
40 let file = getline(1, '$')
67 \ 'getYear', 'parse', 'parse',
123 let user_props1 = filter(copy(file), 'v:val =~ "this\\.\\k"')
129 let user_props2 = filter(copy(file), 'v:val =~ "\\.prototype\\.\\k"')
158 \ 'body', 'cookie', 'documentElement', 'domain', 'lastModified', 'referrer', 'title', 'URL']
388 let xdomerror = ['errorCode', 'reason', 'line', 'linepos', 'srcText', 'url', 'filepo
[all...]

Completed in 130 milliseconds