Searched refs:id_len (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/procmail-14/procmail/src/
H A Dfields.c23 for(i=p->id_len,chp=(char*)p->fld_text,h= *ah;h;h= *(ah= &h->fld_next))
24 if(i>=h->id_len&&!strncasecmp(chp,h->fld_text,h->id_len))
25 { if(i>h->id_len&&uhead) /* finalise the header? */
35 if((cp=p->fld_text+p->id_len-1,*cp==HEAD_DELIMITER)&& /* has : */
39 tmemmove(++q,cp,p->Tot_len-p->id_len+1); /* zappo! */
40 p->id_len-=(diff=cp-q);
55 p->id_len=idlen>0?idlen:pp==&rdheader?0:-idlen; /* copy contents */
79 echp=(chp=(char*)p->fld_text+p->id_len)+(int)(p->Tot_len-p->id_len
[all...]
H A Dformail.c143 oldl=p->id_len; /* replace the old one entirely */
144 p->id_len+=(int)newl-(int)oldl;p->fld_text[p->Tot_len-1]='\n';
158 !(areply&&fldp->id_len>=fp2->Tot_len-1)) /* filled replacement? */
163 !(sareply&&fldp->id_len<fp2->Tot_len-1)) /* empty replacement? */
166 { renfield(afldp,fp2->id_len,(char*)fp2->fld_text+fp2->id_len,
167 fp2->Tot_len-fp2->id_len);
198 i=maxindex(cdigest);chp=fp->fld_text;j=fp->id_len;
208 { addbuf();rdheader->id_len=STRLEN(Article_);
217 chp=fldp->fld_text;j=fldp->id_len;
[all...]
H A Dformail.h32 { size_t id_len; member in struct:field
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_socache_shmcb.c97 unsigned int id_len; member in struct:__anon6161
146 * idx1 = { data_pos = 0, data_used = 3, id_len = 1, ...}
147 * idx2 = { data_pos = 3, data_used = 3, id_len = 1, ...}
257 const unsigned char *id, unsigned int id_len,
723 const unsigned char *id, unsigned int id_len,
728 unsigned int total_len = id_len + data_len;
794 id, id_len);
795 subcache->data_used += id_len;
810 idx->id_len = id_len;
720 shmcb_subcache_store(server_rec *s, SHMCBHeader *header, SHMCBSubcache *subcache, unsigned char *data, unsigned int data_len, const unsigned char *id, unsigned int id_len, apr_time_t expiry) argument
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Djpake.c200 u_char **id, u_int *id_len,
212 *id_len = KZP_ID_LEN;
213 arc4random_buf(*id, *id_len);
239 *priv1, *g_priv1, *id, *id_len,
243 *priv2, *g_priv2, *id, *id_len,
199 jpake_step1(struct modp_group *grp, u_char **id, u_int *id_len, BIGNUM **priv1, BIGNUM **priv2, BIGNUM **g_priv1, BIGNUM **g_priv2, u_char **priv1_proof, u_int *priv1_proof_len, u_char **priv2_proof, u_int *priv2_proof_len) argument
H A Dmonitor_wrap.c1369 u_char **id, u_int *id_len,
1392 *id = buffer_get_string(&m, id_len);
1368 mm_jpake_step1(struct modp_group *grp, u_char **id, u_int *id_len, BIGNUM **priv1, BIGNUM **priv2, BIGNUM **g_priv1, BIGNUM **g_priv2, u_char **priv1_proof, u_int *priv1_proof_len, u_char **priv2_proof, u_int *priv2_proof_len) argument
/macosx-10.10/security_systemkeychain-55202/src/
H A Dcodesign.cpp549 size_t id_len = strnlen(teamID, TEAM_ID_MAX+1);
550 if (id_len > TEAM_ID_MAX || id_len < 1)
553 for (size_t i = 0; i < id_len; i++) {
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dssl_sess.c153 unsigned int *id_len)
157 if (RAND_pseudo_bytes(id, *id_len) <= 0)
159 while(SSL_has_matching_session_id(ssl, id, *id_len) &&
152 def_generate_session_id(const SSL *ssl, unsigned char *id, unsigned int *id_len) argument
H A Dssl_lib.c400 unsigned int id_len)
405 * any new session built out of this id/id_len and the ssl_version in
409 if(id_len > sizeof r.session_id)
413 r.session_id_length = id_len;
414 memcpy(r.session_id, id, id_len);
420 (id_len < SSL2_SSL_SESSION_ID_LENGTH))
422 memset(r.session_id + id_len, 0,
423 SSL2_SSL_SESSION_ID_LENGTH - id_len);
399 SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id, unsigned int id_len) argument
H A Dssl.h623 * SSL_has_matching_session_id(ssl, id, *id_len)
631 unsigned int *id_len);
1448 unsigned int id_len);
/macosx-10.10/OpenSSL098-52/src/apps/
H A Ds_server.c189 unsigned int *id_len);
2504 unsigned int *id_len)
2508 RAND_pseudo_bytes(id, *id_len);
2515 (strlen(session_id_prefix) < *id_len) ?
2516 strlen(session_id_prefix) : *id_len);
2518 while(SSL_has_matching_session_id(ssl, id, *id_len) &&
2503 generate_session_id(const SSL *ssl, unsigned char *id, unsigned int *id_len) argument
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dimap.c279 size_t id_len = strlen(id); local
282 if(len >= id_len + 1 && !memcmp(id, line, id_len) && line[id_len] == ' ') {
283 line += id_len + 1;
284 len -= id_len + 1;
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-isakmp.c1602 int id_len, idtype_len, i; local
1610 id_len = ntohs(id.h.len);
1612 ND_PRINT((ndo," len=%d", id_len - 4));
1613 if (2 < ndo->ndo_vflag && 4 < id_len) {
1615 if (!rawprint(ndo, (caddr_t)(ext + 1), id_len - 4))
1619 idtype_len =id_len - sizeof(struct ikev2_id);
1670 return (u_char *)ext + id_len;
H A Dprint-isoclns.c1558 isis_print_id(const u_int8_t *cp, int id_len) argument
1570 if (id_len >= NODE_ID_LEN) {
1574 if (id_len == LSP_ID_LEN)
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dssl.h623 * SSL_has_matching_session_id(ssl, id, *id_len)
631 unsigned int *id_len);
1448 unsigned int id_len);

Completed in 341 milliseconds