Searched refs:pp (Results 276 - 300 of 1315) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/x509v3/
H A Dv3_ocsp.c79 static int i2d_ocsp_nonce(void *a, unsigned char **pp);
80 static void *d2i_ocsp_nonce(void *a, const unsigned char **pp, long length);
211 static int i2d_ocsp_nonce(void *a, unsigned char **pp) argument
214 if(pp) {
215 memcpy(*pp, os->data, os->length);
216 *pp += os->length;
221 static void *d2i_ocsp_nonce(void *a, const unsigned char **pp, long length) argument
227 if(!ASN1_OCTET_STRING_set(os, *pp, length)) goto err;
229 *pp += length;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/afs/
H A Dserver.c35 struct rb_node **pp, *p; local
43 pp = &afs_servers.rb_node;
45 while (*pp) {
46 p = *pp;
50 pp = &(*pp)->rb_left;
52 pp = &(*pp)->rb_right;
57 rb_link_node(&server->master_rb, p, pp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/
H A Dcpio.c328 struct fd_pair pp; local
344 pp.rd = 3;
345 pp.wr = 4;
349 xpiped_pair(pp);
352 xpiped_pair(pp);
356 close(pp.rd);
357 xmove_fd(pp.wr, STDOUT_FILENO);
362 close(pp.wr);
363 xmove_fd(pp.rd, STDIN_FILENO);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/afs/
H A Dserver.c35 struct rb_node **pp, *p; local
43 pp = &afs_servers.rb_node;
45 while (*pp) {
46 p = *pp;
50 pp = &(*pp)->rb_left;
52 pp = &(*pp)->rb_right;
57 rb_link_node(&server->master_rb, p, pp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/
H A Dcpio.c328 struct fd_pair pp; local
344 pp.rd = 3;
345 pp.wr = 4;
349 xpiped_pair(pp);
352 xpiped_pair(pp);
356 close(pp.rd);
357 xmove_fd(pp.wr, STDOUT_FILENO);
362 close(pp.wr);
363 xmove_fd(pp.rd, STDIN_FILENO);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/x509v3/
H A Dv3_ocsp.c79 static int i2d_ocsp_nonce(void *a, unsigned char **pp);
80 static void *d2i_ocsp_nonce(void *a, const unsigned char **pp, long length);
211 static int i2d_ocsp_nonce(void *a, unsigned char **pp) argument
214 if(pp) {
215 memcpy(*pp, os->data, os->length);
216 *pp += os->length;
221 static void *d2i_ocsp_nonce(void *a, const unsigned char **pp, long length) argument
227 if(!ASN1_OCTET_STRING_set(os, *pp, length)) goto err;
229 *pp += length;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/
H A Dcpio.c328 struct fd_pair pp; local
344 pp.rd = 3;
345 pp.wr = 4;
349 xpiped_pair(pp);
352 xpiped_pair(pp);
356 close(pp.rd);
357 xmove_fd(pp.wr, STDOUT_FILENO);
362 close(pp.wr);
363 xmove_fd(pp.rd, STDIN_FILENO);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/x509v3/
H A Dv3_ocsp.c81 static int i2d_ocsp_nonce(void *a, unsigned char **pp);
82 static void *d2i_ocsp_nonce(void *a, const unsigned char **pp, long length);
223 static int i2d_ocsp_nonce(void *a, unsigned char **pp) argument
226 if (pp) {
227 memcpy(*pp, os->data, os->length);
228 *pp += os->length;
233 static void *d2i_ocsp_nonce(void *a, const unsigned char **pp, long length) argument
241 if (!ASN1_OCTET_STRING_set(os, *pp, length))
244 *pp += length;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/x509v3/
H A Dv3_ocsp.c81 static int i2d_ocsp_nonce(void *a, unsigned char **pp);
82 static void *d2i_ocsp_nonce(void *a, const unsigned char **pp, long length);
223 static int i2d_ocsp_nonce(void *a, unsigned char **pp) argument
226 if (pp) {
227 memcpy(*pp, os->data, os->length);
228 *pp += os->length;
233 static void *d2i_ocsp_nonce(void *a, const unsigned char **pp, long length) argument
241 if (!ASN1_OCTET_STRING_set(os, *pp, length))
244 *pp += length;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/x509v3/
H A Dv3_ocsp.c79 static int i2d_ocsp_nonce(void *a, unsigned char **pp);
80 static void *d2i_ocsp_nonce(void *a, const unsigned char **pp, long length);
211 static int i2d_ocsp_nonce(void *a, unsigned char **pp) argument
214 if(pp) {
215 memcpy(*pp, os->data, os->length);
216 *pp += os->length;
221 static void *d2i_ocsp_nonce(void *a, const unsigned char **pp, long length) argument
227 if(!ASN1_OCTET_STRING_set(os, *pp, length)) goto err;
229 *pp += length;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c12 sctp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_protocol *pp, argument
49 *verdict = ip_vs_leave(svc, skb, pp);
60 struct ip_vs_protocol *pp, struct ip_vs_conn *cp)
79 if (pp->csum_check && !pp->csum_check(cp->af, skb, pp))
103 struct ip_vs_protocol *pp, struct ip_vs_conn *cp)
123 if (pp->csum_check && !pp->csum_check(cp->af, skb, pp))
59 sctp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, struct ip_vs_conn *cp) argument
102 sctp_dnat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, struct ip_vs_conn *cp) argument
146 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) argument
900 sctp_timeout_change(struct ip_vs_protocol *pp, int flags) argument
905 sctp_set_state_timeout(struct ip_vs_protocol *pp, char *sname, int to) argument
913 set_sctp_state(struct ip_vs_protocol *pp, struct ip_vs_conn *cp, int direction, const struct sk_buff *skb) argument
1002 sctp_state_transition(struct ip_vs_conn *cp, int direction, const struct sk_buff *skb, struct ip_vs_protocol *pp) argument
1100 ip_vs_sctp_init(struct ip_vs_protocol *pp) argument
1107 ip_vs_sctp_exit(struct ip_vs_protocol *pp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c12 sctp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_protocol *pp, argument
49 *verdict = ip_vs_leave(svc, skb, pp);
60 struct ip_vs_protocol *pp, struct ip_vs_conn *cp)
79 if (pp->csum_check && !pp->csum_check(cp->af, skb, pp))
103 struct ip_vs_protocol *pp, struct ip_vs_conn *cp)
123 if (pp->csum_check && !pp->csum_check(cp->af, skb, pp))
59 sctp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, struct ip_vs_conn *cp) argument
102 sctp_dnat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, struct ip_vs_conn *cp) argument
146 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) argument
900 sctp_timeout_change(struct ip_vs_protocol *pp, int flags) argument
905 sctp_set_state_timeout(struct ip_vs_protocol *pp, char *sname, int to) argument
913 set_sctp_state(struct ip_vs_protocol *pp, struct ip_vs_conn *cp, int direction, const struct sk_buff *skb) argument
1002 sctp_state_transition(struct ip_vs_conn *cp, int direction, const struct sk_buff *skb, struct ip_vs_protocol *pp) argument
1100 ip_vs_sctp_init(struct ip_vs_protocol *pp) argument
1107 ip_vs_sctp_exit(struct ip_vs_protocol *pp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dsmtp.c225 static int smtp_endofresp(struct pingpong *pp, int *resp) argument
227 char *line = pp->linestart_resp;
228 size_t len = pp->nread_resp;
229 struct connectdata *conn = pp->conn;
325 result = Curl_pp_sendf(&smtpc->pp, "EHLO %s", smtpc->domain);
340 result = Curl_pp_sendf(&smtpc->pp, "HELO %s", smtpc->domain);
435 result = Curl_pp_sendf(&smtpc->pp, "AUTH %s %s", mech, initresp);
444 result = Curl_pp_sendf(&smtpc->pp, "AUTH %s", mech);
460 return Curl_pp_getsock(&conn->proto.smtpc.pp, socks, numsocks);
542 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "STARTTL
937 struct pingpong *pp = &smtpc->pp; local
1047 struct pingpong *pp = &smtpc->pp; local
1100 struct pingpong *pp=&smtpc->pp; local
1237 struct pingpong *pp= &smtpc->pp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dsmtp.c225 static int smtp_endofresp(struct pingpong *pp, int *resp) argument
227 char *line = pp->linestart_resp;
228 size_t len = pp->nread_resp;
229 struct connectdata *conn = pp->conn;
325 result = Curl_pp_sendf(&smtpc->pp, "EHLO %s", smtpc->domain);
340 result = Curl_pp_sendf(&smtpc->pp, "HELO %s", smtpc->domain);
435 result = Curl_pp_sendf(&smtpc->pp, "AUTH %s %s", mech, initresp);
444 result = Curl_pp_sendf(&smtpc->pp, "AUTH %s", mech);
460 return Curl_pp_getsock(&conn->proto.smtpc.pp, socks, numsocks);
542 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "STARTTL
937 struct pingpong *pp = &smtpc->pp; local
1047 struct pingpong *pp = &smtpc->pp; local
1100 struct pingpong *pp=&smtpc->pp; local
1237 struct pingpong *pp= &smtpc->pp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dsmtp.c225 static int smtp_endofresp(struct pingpong *pp, int *resp) argument
227 char *line = pp->linestart_resp;
228 size_t len = pp->nread_resp;
229 struct connectdata *conn = pp->conn;
325 result = Curl_pp_sendf(&smtpc->pp, "EHLO %s", smtpc->domain);
340 result = Curl_pp_sendf(&smtpc->pp, "HELO %s", smtpc->domain);
435 result = Curl_pp_sendf(&smtpc->pp, "AUTH %s %s", mech, initresp);
444 result = Curl_pp_sendf(&smtpc->pp, "AUTH %s", mech);
460 return Curl_pp_getsock(&conn->proto.smtpc.pp, socks, numsocks);
542 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "STARTTL
937 struct pingpong *pp = &smtpc->pp; local
1047 struct pingpong *pp = &smtpc->pp; local
1100 struct pingpong *pp=&smtpc->pp; local
1237 struct pingpong *pp= &smtpc->pp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dmd5.c113 const char *pp; local
124 pp = P_array;
144 temp += cwp[(int) (*pp++)] + *pc++;
154 pp = P_array;
158 temp = A + FF(B, C, D) + cwp[(int) (*pp++)] + *pc++;
168 temp = A + FG(B, C, D) + cwp[(int) (*pp++)] + *pc++;
178 temp = A + FH(B, C, D) + cwp[(int) (*pp++)] + *pc++;
188 temp = A + FI(B, C, D) + cwp[(int) (*pp++)] + *pc++;
220 const char *pp; local
265 pp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dmd5.c113 const char *pp; local
124 pp = P_array;
144 temp += cwp[(int) (*pp++)] + *pc++;
154 pp = P_array;
158 temp = A + FF(B, C, D) + cwp[(int) (*pp++)] + *pc++;
168 temp = A + FG(B, C, D) + cwp[(int) (*pp++)] + *pc++;
178 temp = A + FH(B, C, D) + cwp[(int) (*pp++)] + *pc++;
188 temp = A + FI(B, C, D) + cwp[(int) (*pp++)] + *pc++;
220 const char *pp; local
265 pp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dmd5.c113 const char *pp; local
124 pp = P_array;
144 temp += cwp[(int) (*pp++)] + *pc++;
154 pp = P_array;
158 temp = A + FF(B, C, D) + cwp[(int) (*pp++)] + *pc++;
168 temp = A + FG(B, C, D) + cwp[(int) (*pp++)] + *pc++;
178 temp = A + FH(B, C, D) + cwp[(int) (*pp++)] + *pc++;
188 temp = A + FI(B, C, D) + cwp[(int) (*pp++)] + *pc++;
220 const char *pp; local
265 pp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/smbd/
H A Dmangle.c681 char *pp; /* Pointer into p. */ local
687 pp = pat; /* Initialize the pointers. */
701 && (*pp) /* Not the end of the pattern. */
702 && (*sp == *pp) /* The two match. */
703 && (*pp != '*') ) /* No wildcard. */
706 pp++;
709 if( !*sp && !*pp ) /* End of pattern. */
712 if( *pp == '*' )
714 pp++; /* Always interrested in the chacter */
716 if( !*pp ) /* I
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dbootx_init.c99 struct bootx_dt_prop *pp = local
102 if (strcmp((char *)((unsigned long)pp->name + base),
104 return (void *)((unsigned long)pp->value + base);
106 ppp = &pp->next;
253 struct bootx_dt_prop *pp = local
256 namep = pp->name ? (char *)(base + pp->name) : NULL;
264 ppp = &pp->next;
312 struct bootx_dt_prop *pp = local
315 namep = pp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dbootx_init.c99 struct bootx_dt_prop *pp = local
102 if (strcmp((char *)((unsigned long)pp->name + base),
104 return (void *)((unsigned long)pp->value + base);
106 ppp = &pp->next;
253 struct bootx_dt_prop *pp = local
256 namep = pp->name ? (char *)(base + pp->name) : NULL;
264 ppp = &pp->next;
312 struct bootx_dt_prop *pp = local
315 namep = pp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/smbd/
H A Dmangle.c681 char *pp; /* Pointer into p. */ local
687 pp = pat; /* Initialize the pointers. */
701 && (*pp) /* Not the end of the pattern. */
702 && (*sp == *pp) /* The two match. */
703 && (*pp != '*') ) /* No wildcard. */
706 pp++;
709 if( !*sp && !*pp ) /* End of pattern. */
712 if( *pp == '*' )
714 pp++; /* Always interrested in the chacter */
716 if( !*pp ) /* I
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/smbd/
H A Dmangle.c681 char *pp; /* Pointer into p. */ local
687 pp = pat; /* Initialize the pointers. */
701 && (*pp) /* Not the end of the pattern. */
702 && (*sp == *pp) /* The two match. */
703 && (*pp != '*') ) /* No wildcard. */
706 pp++;
709 if( !*sp && !*pp ) /* End of pattern. */
712 if( *pp == '*' )
714 pp++; /* Always interrested in the chacter */
716 if( !*pp ) /* I
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/txt_db/
H A Dtxt_db.c81 OPENSSL_STRING *pp; local
131 pp = (char **)p;
134 pp[n++] = p;
150 pp[n++] = p;
168 pp[n] = p;
169 if (!sk_OPENSSL_PSTRING_push(ret->data, pp)) {
260 char *p, **pp, *f; local
269 pp = sk_OPENSSL_PSTRING_value(db->data, i);
273 if (pp[j] != NULL)
274 l += strlen(pp[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/asn1/
H A Dasn1_par.c67 static int asn1_parse2(BIO *bp, const unsigned char **pp, long length,
102 int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent) argument
104 return(asn1_parse2(bp,&pp,len,0,0,indent,0));
107 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump) argument
109 return(asn1_parse2(bp,&pp,len,0,0,indent,dump));
112 static int asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, argument
129 p= *pp;
149 if (BIO_printf(bp,"%5ld:",(long)offset+(long)(op- *pp))
182 offset+(p - *pp),depth+1,
192 offset+(p - *pp),dept
[all...]

Completed in 315 milliseconds

<<11121314151617181920>>