Lines Matching refs:pmap
145 const lws_struct_map_t *map, *pmap = NULL;
168 pmap = &args->map_st[ctx->pst_sp - 1]
187 pmap = map;
192 if (reason == LEJPCB_OBJECT_END && pmap) {
193 if (pmap->type == LSMT_CHILD_PTR)
197 pmap = &args->map_st[ctx->pst_sp - 1]
242 if (!ctx->path_match || !pmap)
251 if (pmap->type != LSMT_LIST && pmap->type != LSMT_CHILD_PTR)
257 (((char *)ctx->pst[ctx->pst_sp - 1].user) + pmap->ofs);
259 assert(pmap->aux);
264 pmap->aux, args->ac_block_size);
271 pmap->colname, (int)pmap->aux);
273 switch (pmap->type) {
277 pmap->ofs_clist);
329 if (ctx->pst[ctx->pst_sp].user && pmap && pmap->type == LSMT_CHILD_PTR) {
331 (((char *)ctx->pst[ctx->pst_sp - 1].user) + pmap->ofs);