Searched refs:ptag (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dpgg-parse.el142 (defmacro pgg-read-body-string (ptag)
143 `(if (nth 1 ,ptag)
144 (pgg-read-bytes-string (nth 1 ,ptag))
147 (defmacro pgg-read-body (ptag)
148 `(mapcar #'pgg-char-int (pgg-read-body-string ,ptag))
149 ;; `(string-to-number-list (pgg-read-body-string ,ptag))
154 (defmacro pgg-skip-header (ptag)
155 `(pgg-skip-bytes (nth 2 ,ptag)))
157 (defmacro pgg-skip-body (ptag)
158 `(pgg-skip-bytes (nth 1 ,ptag)))
[all...]
/macosx-10.10.1/curl-83.1.2/curl/tests/server/
H A Dgetpart.c257 char ptag[MAX_TAG_LEN+1]; /* potential tag */ local
286 couter[0] = cmain[0] = csub[0] = ptag[0] = patt[0] = '\0';
317 memcpy(ptag, ptr, len.uns);
318 ptag[len.uns] = '\0';
320 if((STATE_INSUB == state) && !strcmp(csub, ptag)) {
337 else if((STATE_INMAIN == state) && !strcmp(cmain, ptag)) {
354 else if((STATE_OUTER == state) && !strcmp(couter, ptag)) {
378 memcpy(ptag, ptr, len.uns);
379 ptag[len.uns] = '\0';
382 if(('!' == ptag[
[all...]
/macosx-10.10.1/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-tasn_dec.c1299 int ptag, pclass; local
1310 ptag = ctx->ptag;
1315 i = ASN1_get_object(&p, &plen, &ptag, &pclass, len);
1321 ctx->ptag = ptag;
1345 if ((exptag != ptag) || (expclass != pclass))
1376 *otag = ptag;
H A Dcs-asn1-lib.c108 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, argument
144 *ptag=tag;
H A Dcs-asn1t.h640 int ptag; /* class value */ member in struct:ASN1_TLC_st
H A Dcs-asn1.h941 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dtasn_dec.c1262 int ptag, pclass; local
1273 ptag = ctx->ptag;
1278 i = ASN1_get_object(&p, &plen, &ptag, &pclass, len);
1284 ctx->ptag = ptag;
1308 if ((exptag != ptag) || (expclass != pclass))
1339 *otag = ptag;
H A Dasn1_lib.c94 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, argument
130 *ptag=tag;
H A Dasn1_gen.c119 static int parse_tagging(const char *vstart, int vlen, int *ptag, int *pclass);
380 static int parse_tagging(const char *vstart, int vlen, int *ptag, int *pclass) argument
396 *ptag = tag_num;
H A Dasn1t.h635 int ptag; /* class value */ member in struct:ASN1_TLC_st
H A Dasn1.h923 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
/macosx-10.10.1/vim-55/src/
H A Dif_cscope.c2054 char *ptag; local
2069 ptag = strtok(tbuf, "\t");
2071 newsize = (int)(strlen(cstag_msg) + strlen(ptag));
2076 (void)sprintf(buf, cstag_msg, ptag);
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dasn1t.h635 int ptag; /* class value */ member in struct:ASN1_TLC_st
H A Dasn1.h923 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Druby.vim137 nnoremap <silent> <buffer> <C-W>} :<C-U>exe "ptag <C-R>=RubyCursorIdentifier()<CR>"<CR>
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dasn1.h737 int ASN1_get_object(unsigned char **pp, long *plength, int *ptag,

Completed in 305 milliseconds