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

/macosx-10.9.5/emacs-92/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.9.5/curl-78.94.1/curl/tests/server/
H A Dgetpart.c241 char ptag[MAX_TAG_LEN+1]; /* potential tag */ local
270 couter[0] = cmain[0] = csub[0] = ptag[0] = patt[0] = '\0';
301 memcpy(ptag, ptr, len.uns);
302 ptag[len.uns] = '\0';
304 if((STATE_INSUB == state) && !strcmp(csub, ptag)) {
314 else if((STATE_INMAIN == state) && !strcmp(cmain, ptag)) {
324 else if((STATE_OUTER == state) && !strcmp(couter, ptag)) {
348 memcpy(ptag, ptr, len.uns);
349 ptag[len.uns] = '\0';
352 if(('!' == ptag[
[all...]
/macosx-10.9.5/OpenSSH-186/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.9.5/vim-53/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.9.5/vim-53/runtime/ftplugin/
H A Druby.vim137 nnoremap <silent> <buffer> <C-W>} :<C-U>exe "ptag <C-R>=RubyCursorIdentifier()<CR>"<CR>
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/openssl/
H A Dasn1.h737 int ASN1_get_object(unsigned char **pp, long *plength, int *ptag,

Completed in 221 milliseconds