Home
last modified time | relevance | path

Searched refs:get_strval (Results 1 – 7 of 7) sorted by last modified time

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/iscsi/
H A Discsi_text.c498 get_strval(uint8_t *buf, uint8_t **pval) in get_strval() function
569 bp = get_strval(bp, &par->val.sval); in get_parameter()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y1579 $$ = new string_pair_t( $1, sl->get_strval().str() );
H A Dxquery_parser.cpp3659 …(yyval.strpair) = new string_pair_t( (yysemantic_stack_[(3) - (1)].strval), sl->get_strval().str()… in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_xqdoc_visitor.cpp133 lAttrValue << s->get_strval(); in print_annotations()
913 zstring qname = n.get_strval(); in XQDOC_NO_BEGIN_TAG()
H A Dparsenodes.h4001 zstring const& get_strval() const { return strval; } in get_strval() function
H A Dparsenode_print_xquery_visitor.cpp414 lAttrValue << s->get_strval(); in DEFAULT_VISIT()
1654 os << "\"" << n.get_strval() << '"'; in DEFAULT_END_VISIT()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp10005 push_nodestack(theExprManager->create_const_expr(theRootSctx, loc,v.get_strval().str())); in end_visit()