HomeSort by: relevance | last modified time | path
    Searched refs:poic_tagname (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libprop/
prop_intern.c 155 ctx->poic_tagname = cp;
164 ctx->poic_tagname_len = cp - ctx->poic_tagname;
169 memcmp(tag, ctx->poic_tagname, taglen) != 0)) {
291 if (_prop_intern_match(ctx->poic_tagname,
775 ctx->poic_tagname = ctx->poic_tagattr = ctx->poic_tagattrval = NULL;
806 ctx->poic_tagname = ctx->poic_cp;
820 ctx->poic_tagname = ctx->poic_cp;
prop_object_impl.h 110 const char *poic_tagname; member in struct:_prop_object_internalize_context
138 _prop_intern_match((ctx)->poic_tagname, \

Completed in 13 milliseconds