Home
last modified time | relevance | path

Searched refs:pic_error (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/common/lib/libprop/
Dprop_ingest.c36 prop_ingest_error_t pic_error; member
53 ctx->pic_error = PROP_INGEST_ERROR_NO_ERROR; in prop_ingest_context_alloc()
80 return (ctx->pic_error); in prop_ingest_context_error()
129 ctx->pic_error = PROP_INGEST_ERROR_NO_ERROR; in prop_dictionary_ingest()
138 ctx->pic_error = in prop_dictionary_ingest()
144 ctx->pic_error = PROP_INGEST_ERROR_NO_KEY; in prop_dictionary_ingest()
149 ctx->pic_error = PROP_INGEST_ERROR_WRONG_TYPE; in prop_dictionary_ingest()
153 ctx->pic_error = PROP_INGEST_ERROR_HANDLER_FAILED; in prop_dictionary_ingest()