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

  /src/common/lib/libprop/
prop_extern.c 58 _PROP_ASSERT(ctx->poec_buf != NULL);
62 char *cp = _PROP_REALLOC(ctx->poec_buf,
69 ctx->poec_buf = cp;
72 ctx->poec_buf[ctx->poec_len++] = c;
453 ctx->poec_buf = _PROP_MALLOC(BUF_EXPAND, M_TEMP);
454 if (ctx->poec_buf == NULL) {
505 _PROP_FREE(ctx->poec_buf, M_TEMP);
509 cp = ctx->poec_buf;
prop_object_impl.h 50 char * poec_buf; /* string buffer */ member in struct:_prop_object_externalize_context

Completed in 13 milliseconds