HomeSort by relevance Sort by last modified time
    Searched refs:pctx (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/webrtc/webrtc/libjingle/xmpp/
xmppstanzaparser.h 42 virtual void StartElement(XmlParseContext * pctx,
44 { outer_->IncomingStartElement(pctx, name, atts); }
45 virtual void EndElement(XmlParseContext * pctx,
47 { outer_->IncomingEndElement(pctx, name); }
48 virtual void CharacterData(XmlParseContext * pctx,
50 { outer_->IncomingCharacterData(pctx, text, len); }
51 virtual void Error(XmlParseContext * pctx,
53 { outer_->IncomingError(pctx, errCode); }
60 void IncomingStartElement(XmlParseContext * pctx,
62 void IncomingEndElement(XmlParseContext * pctx,
    [all...]
xmppstanzaparser.cc 41 XmlParseContext * pctx, const char * name, const char ** atts) {
43 XmlElement * pelStream = XmlBuilder::BuildElement(pctx, name, atts);
45 pctx->RaiseError(XML_ERROR_SYNTAX);
53 builder_.StartElement(pctx, name, atts);
58 XmlParseContext * pctx, const char * text, int len) {
60 builder_.CharacterData(pctx, text, len);
66 XmlParseContext * pctx, const char * name) {
72 builder_.EndElement(pctx, name);
83 XmlParseContext * pctx, XML_Error errCode) {
84 RTC_UNUSED(pctx);
    [all...]
  /external/webrtc/webrtc/libjingle/xmllite/
xmlbuilder.h 35 static XmlElement * BuildElement(XmlParseContext * pctx,
37 virtual void StartElement(XmlParseContext * pctx,
39 virtual void EndElement(XmlParseContext * pctx, const char * name);
40 virtual void CharacterData(XmlParseContext * pctx,
42 virtual void Error(XmlParseContext * pctx, XML_Error);
xmlbuilder.cc 35 XmlBuilder::BuildElement(XmlParseContext * pctx,
37 QName tagName(pctx->ResolveQName(name, false));
49 QName attName(pctx->ResolveQName(*atts, true));
72 XmlBuilder::StartElement(XmlParseContext * pctx,
74 XmlElement * pelNew = BuildElement(pctx, name, atts);
76 pctx->RaiseError(XML_ERROR_SYNTAX);
92 XmlBuilder::EndElement(XmlParseContext * pctx, const char * name) {
93 RTC_UNUSED(pctx);
100 XmlBuilder::CharacterData(XmlParseContext * pctx,
102 RTC_UNUSED(pctx);
    [all...]
xmlparser.h 44 virtual void StartElement(XmlParseContext * pctx,
46 virtual void EndElement(XmlParseContext * pctx,
48 virtual void CharacterData(XmlParseContext * pctx,
50 virtual void Error(XmlParseContext * pctx,
xmlparser_unittest.cc 26 virtual void StartElement(XmlParseContext * pctx,
28 ss_ << "START (" << pctx->ResolveQName(name, false).Merged();
30 ss_ << ", " << pctx->ResolveQName(*atts, true).Merged()
36 virtual void EndElement(XmlParseContext * pctx, const char * name) {
37 RTC_UNUSED(pctx);
41 virtual void CharacterData(XmlParseContext * pctx,
43 RTC_UNUSED(pctx);
46 virtual void Error(XmlParseContext * pctx, XML_Error code) {
47 RTC_UNUSED(pctx);
  /external/boringssl/src/crypto/evp/
digestsign.c 69 static int do_sigver_init(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx,
72 if (ctx->pctx == NULL) {
73 ctx->pctx = EVP_PKEY_CTX_new(pkey, e);
75 if (ctx->pctx == NULL) {
86 if (!EVP_PKEY_verify_init(ctx->pctx)) {
90 if (!EVP_PKEY_sign_init(ctx->pctx)) {
94 if (!EVP_PKEY_CTX_set_signature_md(ctx->pctx, type)) {
97 if (pctx) {
98 *pctx = ctx->pctx;
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 64 static void check_blocks(e2fsck_t ctx, struct problem_context *pctx,
92 struct problem_context *pctx; member in struct:process_block_struct
246 static void check_immutable(e2fsck_t ctx, struct problem_context *pctx)
248 if (!(pctx->inode->i_flags & BAD_SPECIAL_FLAGS))
251 if (!fix_problem(ctx, PR_1_SET_IMMUTABLE, pctx))
254 pctx->inode->i_flags &= ~BAD_SPECIAL_FLAGS;
255 e2fsck_write_inode(ctx, pctx->ino, pctx->inode, "pass1");
262 static void check_size(e2fsck_t ctx, struct problem_context *pctx)
264 struct ext2_inode *inode = pctx->inode
561 struct problem_context pctx; local
1283 struct problem_context pctx; local
1347 struct problem_context pctx; local
1368 struct problem_context pctx; local
1389 struct problem_context pctx; local
1409 struct problem_context pctx; local
1433 struct problem_context pctx; local
1479 struct problem_context pctx; local
2280 struct problem_context *pctx; local
2441 struct problem_context *pctx; local
2605 struct problem_context pctx; local
2730 struct problem_context pctx; local
    [all...]
pass5.c 35 struct problem_context pctx; local
42 clear_problem_context(&pctx);
45 fix_problem(ctx, PR_5_PASS_HEADER, &pctx);
154 struct problem_context *pctx)
158 if (pctx->blk == pctx->blk2)
159 pctx->blk2 = 0;
164 if (pctx->blk == pctx->blk2)
165 pctx->blk2 = 0
204 struct problem_context pctx; local
544 struct problem_context pctx; local
811 struct problem_context pctx; local
855 struct problem_context pctx; local
    [all...]
pass2.c 68 char *buf, struct problem_context *pctx);
76 struct problem_context pctx; member in struct:check_dir_struct
84 struct problem_context pctx; local
100 clear_problem_context(&cd.pctx);
107 fix_problem(ctx, PR_2_PASS_HEADER, &cd.pctx);
112 cd.pctx.errcode = 0;
116 cd.pctx.errcode = ext2fs_create_icount2(fs,
122 if (cd.pctx.errcode) {
123 fix_problem(ctx, PR_2_ALLOCATE_ICOUNT, &cd.pctx);
148 cd.pctx.errcode = ext2fs_dblist_iterate2(fs->dblist, check_dir_block
749 struct problem_context pctx; local
1212 struct problem_context pctx; local
1296 struct problem_context pctx; local
    [all...]
pass3.c 46 struct problem_context *pctx);
59 struct problem_context pctx; local
64 clear_problem_context(&pctx);
71 fix_problem(ctx, PR_3_PASS_HEADER, &pctx);
76 pctx.errcode = e2fsck_allocate_inode_bitmap(fs, _("inode done bitmap"),
79 if (pctx.errcode) {
80 pctx.num = 2;
81 fix_problem(ctx, PR_3_ALLOCATE_IBITMAP_ERROR, &pctx);
107 if (check_directory(ctx, dir->ino, &pctx))
149 struct problem_context pctx; local
365 struct problem_context pctx; local
509 struct problem_context pctx; local
612 struct problem_context pctx; local
648 struct problem_context pctx; local
    [all...]
super.c 30 struct problem_context pctx; local
35 clear_problem_context(&pctx);
36 pctx.num = value;
37 pctx.str = descr;
38 fix_problem(ctx, PR_0_MISC_CORRUPT_SUPER, &pctx);
49 struct problem_context *pctx; member in struct:process_block_struct
67 struct problem_context *pctx; local
73 pctx = pb->pctx;
75 pctx->blk = blk
235 struct problem_context pctx; local
318 struct problem_context pctx; local
442 struct problem_context pctx; local
479 struct problem_context pctx; local
    [all...]
quota.c 53 struct problem_context pctx; local
56 clear_problem_context(&pctx);
62 pctx.ino = sb->s_usr_quota_inum;
65 fix_problem(ctx, PR_0_HIDE_QUOTA, &pctx)) {
71 pctx.ino = sb->s_grp_quota_inum;
74 fix_problem(ctx, PR_0_HIDE_QUOTA, &pctx)) {
pass1b.c 213 struct problem_context pctx; local
218 clear_problem_context(&pctx);
220 pctx.errcode = e2fsck_allocate_inode_bitmap(fs,
224 if (pctx.errcode) {
225 fix_problem(ctx, PR_1B_ALLOCATE_IBITMAP_ERROR, &pctx);
265 struct problem_context *pctx; member in struct:process_block_struct
275 struct problem_context pctx; local
277 clear_problem_context(&pctx);
280 fix_problem(ctx, PR_1B_PASS_HEADER, &pctx);
281 pctx.errcode = ext2fs_open_inode_scan(fs, ctx->inode_buffer_blocks
428 struct problem_context pctx; local
456 struct problem_context pctx; local
626 struct problem_context pctx; local
787 struct problem_context pctx; local
    [all...]
pass4.c 31 struct problem_context pctx; local
42 clear_problem_context(&pctx);
43 pctx.ino = i;
44 pctx.inode = inode;
57 if (fix_problem(ctx, PR_4_ZERO_LEN_INODE, &pctx)) {
74 if (fix_problem(ctx, PR_4_UNATTACHED_INODE, &pctx)) {
98 struct problem_context pctx; local
109 clear_problem_context(&pctx);
112 fix_problem(ctx, PR_4_PASS_HEADER, &pctx);
164 pctx.ino = i
    [all...]
journal.c 232 struct problem_context pctx; local
244 clear_problem_context(&pctx);
358 fix_problem(ctx, PR_0_CANT_FIND_JOURNAL, &pctx);
416 fix_problem(ctx, PR_0_EXT_JOURNAL_BAD_SUPER, &pctx);
423 fix_problem(ctx, PR_0_JOURNAL_BAD_UUID, &pctx);
462 struct problem_context *pctx)
472 pctx->ino = sb->s_journal_inum;
473 if (fix_problem(ctx, PR_0_JOURNAL_BAD_INODE, pctx)) {
486 if (fix_problem(ctx, PR_0_JOURNAL_RECOVER_SET, pctx)) {
499 struct problem_context pctx; local
517 struct problem_context pctx; local
712 struct problem_context pctx; local
837 struct problem_context pctx; local
941 struct problem_context pctx; local
1066 struct problem_context pctx; local
    [all...]
  /external/libdrm/nouveau/
bufctx.c 88 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(*pbctx); local
90 if (pctx) {
91 while (pctx->nr_bins--)
92 nouveau_bufctx_reset(&pctx->base, pctx->nr_bins);
93 while ((pref = pctx->free)) {
94 pctx->free = pref->next;
97 free(pctx);
105 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx); local
106 struct nouveau_bufbin_priv *pbin = &pctx->bins[bin]
124 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx); local
152 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx); local
    [all...]
  /external/boringssl/src/crypto/asn1/
tasn_prn.c 162 int nohdr, const ASN1_PCTX *pctx);
165 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx);
170 const ASN1_PCTX *pctx);
174 const ASN1_PCTX *pctx);
177 const ASN1_ITEM *it, const ASN1_PCTX *pctx)
180 if (pctx == NULL)
181 pctx = &default_pctx;
182 if (pctx->flags & ASN1_PCTX_FLAGS_NO_STRUCT_NAME)
187 NULL, sname, 0, pctx);
193 int nohdr, const ASN1_PCTX *pctx)
    [all...]
  /external/boringssl/src/crypto/digest/
internal.h 94 /* evp_md_pctx_ops contains function pointers to allow the |pctx| member of
98 /* free is called when an |EVP_MD_CTX| is being freed and the |pctx| also
100 void (*free) (EVP_PKEY_CTX *pctx);
102 /* dup is called when an |EVP_MD_CTX| is copied and so the |pctx| also needs
104 EVP_PKEY_CTX* (*dup) (EVP_PKEY_CTX *pctx);
digest.c 96 assert(ctx->pctx == NULL || ctx->pctx_ops != NULL);
98 ctx->pctx_ops->free(ctx->pctx);
147 assert(in->pctx == NULL || in->pctx_ops != NULL);
149 if (in->pctx && in->pctx_ops) {
150 out->pctx = in->pctx_ops->dup(in->pctx);
151 if (!out->pctx) {
180 assert(ctx->pctx == NULL || ctx->pctx_ops != NULL);
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 200 struct pstip_transform_context *pctx = local
208 pctx->samplersUsed |= 1 << i;
212 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
214 pctx->wincoordInput = (int) decl->Range.First;
219 pctx->tempsUsed |= (1 << i);
231 struct pstip_transform_context *pctx = local
233 pctx->numImmed++;
264 struct pstip_transform_context *pctx = local
267 if (pctx->firstInstruction)
    [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
log.h 206 # define av_dlog(pctx, ...) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__)
208 # define av_dlog(pctx, ...) do { if (0) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0)
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.cpp 175 pctx(q.pipe) {
180 pxfer = pctx->get_transfer(pctx, r.pipe, 0, usage,
185 p = pctx->transfer_map(pctx, pxfer);
187 pctx->transfer_destroy(pctx, pxfer);
193 pctx(m.pctx), pxfer(m.pxfer), p(m.p) {
200 pctx->transfer_unmap(pctx, pxfer)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 142 struct pstip_transform_context *pctx = (struct pstip_transform_context *) ctx; local
148 pctx->samplersUsed |= 1 << i;
152 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
154 pctx->wincoordInput = (int) decl->Range.First;
160 pctx->tempsUsed |= (1 << i);
176 struct pstip_transform_context *pctx = (struct pstip_transform_context *) ctx; local
178 pctx->numImmed++;
201 struct pstip_transform_context *pctx = (struct pstip_transform_context *) ctx; local
203 if (pctx->firstInstruction)
    [all...]
  /external/curl/src/
tool_metalink.c 238 static int nss_hash_init(void **pctx, SECOidTag hash_alg)
260 *pctx = ctx;
264 static void nss_hash_final(void **pctx, unsigned char *out, unsigned int len)
266 PK11Context *ctx = *pctx;
272 static int MD5_Init(MD5_CTX *pctx)
274 return nss_hash_init(pctx, SEC_OID_MD5);
277 static void MD5_Update(MD5_CTX *pctx,
281 PK11_DigestOp(*pctx, input, input_len);
284 static void MD5_Final(unsigned char digest[16], MD5_CTX *pctx)
286 nss_hash_final(pctx, digest, 16)
    [all...]

Completed in 4649 milliseconds

1 2 3