Searched refs:code (Results 201 - 225 of 2487) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Dcharset.h46 struct charset *charset_find(const char *code);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-N--no-content-disposition-trivial.px15 # code, msg, headers, content
18 code => "200",
H A DTest-N--no-content-disposition.px15 # code, msg, headers, content
18 code => "200",
H A DTest-N.px15 # code, msg, headers, content
18 code => "200",
H A DTest-auth-basic.px13 # code, msg, headers, content
19 code => "200",
H A DTest-auth-no-challenge-url.px13 # code, msg, headers, content
20 code => "200",
H A DTest-auth-no-challenge.px13 # code, msg, headers, content
20 code => "200",
H A DTest-auth-with-content-disposition.px13 # code, msg, headers, content
19 code => "200",
H A DTest-c-full.px19 # code, msg, headers, content
22 code => "200",
H A DTest-c.px19 # code, msg, headers, content
22 code => "200",
H A DTest-proxy-auth-basic.px13 # code, msg, headers, content
19 code => "200",
H A DTest-k.px44 # code, msg, headers, content
47 code => "200",
55 code => "200",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/math-emu/
H A Dfcmpu.c15 int code[4] = { (1 << 3), (1 << 1), (1 << 2), (1 << 0) }; local
31 cmp = code[(cmp + 1) & 3];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/tests/
H A Dt-strerror.c50 gpg_err_code_t code; member in struct:__anon2443
57 gpg_error_t err = gpg_err_make (list[i].src, list[i].code);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/tests/
H A Dt-strerror.c50 gpg_err_code_t code; member in struct:__anon6897
57 gpg_error_t err = gpg_err_make (list[i].src, list[i].code);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Doptions.c14 /* name[12] flags code */
72 uint8_t *get_option(struct dhcpMessage *packet, int code) argument
86 if (optionptr[i + OPT_CODE] == code) {
139 /* add an option string to the options (an option string contains an option code,
145 /* end position + string length + option code/length + end option */
159 int add_simple_option(uint8_t *optionptr, uint8_t code, uint32_t data) argument
163 for (dh = dhcp_options; dh->code; dh++) {
164 if (dh->code == code) {
167 option[OPT_CODE] = code;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmsmpeg4.c209 int code; local
212 code = get_rl_index(rl, last, run, level);
213 size+= rl->table_vlc[code][1];
214 if (code == rl->n) {
220 code = get_rl_index(rl, last, run, level1);
221 if (code == rl->n) {
229 code = get_rl_index(rl, last, run1, level);
230 if (code == rl->n) {
236 size+= 1+1+ rl->table_vlc[code][1];
240 size+= 1+1+ rl->table_vlc[code][
455 int code; local
505 int range, bit_size, sign, code, bits; local
841 int sign, code; local
922 int code, run_diff, dc_pred_dir; local
1052 int code, val, sign, shift; local
1083 int cbp, code, i; local
1169 int cbp, code, i; local
1368 int code; local
1847 int code, mx, my; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dnt_status.h25 /* The Splint code analysis tool doesn't like immediate structures. */
75 /* The top byte in an NTSTATUS code is used as a type field.
93 #define NT_STATUS_DOS(class, code) NT_STATUS(NT_STATUS_DOS_MASK | ((class)<<16) | code)
100 #define NT_STATUS_LDAP(code) NT_STATUS(NT_STATUS_LDAP_MASK | code)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-udld.c5 * modification, are permitted provided that: (1) source code
7 * in its entirety, and (2) distributions including binary code include
18 * Original code by Carles Kishimoto <carles.kishimoto@gmail.com>
88 int code, type, len; local
99 code = UDLD_EXTRACT_OPCODE(*tptr);
103 tok2str(udld_code_values, "Reserved", code),
104 code,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp_chunks.h80 const char *Curl_chunked_strerror(CHUNKcode code);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_vms.c81 * We can not use exit() or return a code from main() because the actual
91 void vms_special_exit(int code, int vms_show) argument
98 decc$__posix_exit(code);
102 if(code > CURL_LAST) { /* If CURL_LAST exceeded then */
106 vms_code = vms_cond[code] | vms_show;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/unit-asb2303/include/unit/
H A Dleds.h38 extern void peripheral_leds_display_exception(enum exception_code code);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/
H A Dgpio_output.c22 unsigned int type, unsigned int code, int value)
32 if (code == oi->keymap[i].code)
53 oi->keymap[i].code);
20 gpio_event_output_event( struct input_dev *input_dev, struct gpio_event_info *info, void **data, unsigned int type, unsigned int code, int value) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DMethodWriter.java9 * 1. Redistributions of source code must retain the above copyright
74 * If not zero, indicates that the code of this method must be copied from
75 * the ClassReader associated to this writer in <code>cw.cr</code>. More
77 * <code>cw.cr.b</code>.
82 * If not zero, indicates that the code of this method must be copied from
83 * the ClassReader associated to this writer in <code>cw.cr</code>. More
85 * <code>c
141 private ByteVector code = new ByteVector(); field in class:MethodWriter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dcbcp.c10 * 1. Redistributions of source code must retain the above copyright
101 static void cbcp_send __P((cbcp_state *us, int code, u_char *buf, int len));
160 u_char code, id; local
173 GETCHAR(code, inp);
185 switch(code) {
233 int code, opt, id, len, olen, delay; local
239 GETCHAR(code, p);
245 if (code >= 1 && code <= sizeof(cbcp_codenames) / sizeof(char *))
246 printer(arg, " %s", cbcp_codenames[code
[all...]

Completed in 205 milliseconds

1234567891011>>