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

  /src/external/ibm-public/postfix/dist/src/util/
dict_ht.c 69 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE, DICT_STAT_FAIL);
72 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE, DICT_STAT_SUCCESS);
91 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE, htable_find(dict_ht->table, name));
117 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE, DICT_STAT_SUCCESS);
135 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE, DICT_STAT_SUCCESS);
139 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE, DICT_STAT_FAIL);
dict_utf8.c 152 dict->error = DICT_ERR_NONE;
194 dict->error = DICT_ERR_NONE;
204 dict->error = DICT_ERR_NONE;
237 dict->error = DICT_ERR_NONE;
dict_static.c 67 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE, dict_static->value);
dict_alloc.c 166 dict->error = DICT_ERR_NONE;
dict_random.c 71 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE,
dict_tcp.c 259 RETURN(DICT_ERR_NONE, 0);
264 RETURN(DICT_ERR_NONE, STR(dict_tcp->raw_buf));
dict_pipe.c 88 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE, STR(dict_pipe->qr_buf));
dict_pipe_test.c 172 {.key = "k0",.want_value = 0,.want_error = DICT_ERR_NONE},
dict_union.c 99 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE,
dict.h 163 #define DICT_ERR_NONE 0 /* no error */
dict.c 239 /* .IP DICT_ERR_NONE(zero)
483 return (dict ? dict->error : DICT_ERR_NONE);
dict_cache.c 293 DICT_ERR_VAL_RETURN(cp, DICT_ERR_NONE, (char *) 0);
353 DICT_ERR_VAL_RETURN(cp, DICT_ERR_NONE, DICT_STAT_SUCCESS);
  /src/external/ibm-public/postfix/dist/src/global/
dict_proxy.c 172 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE, DICT_STAT_SUCCESS);
175 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE, DICT_STAT_FAIL);
251 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE, STR(dict_proxy->result));
253 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE, (char *) 0);
324 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE, DICT_STAT_SUCCESS);
326 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE, DICT_STAT_FAIL);
397 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE, DICT_STAT_SUCCESS);
399 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE, DICT_STAT_FAIL);
dict_memcache.c 158 DICT_ERR_VAL_RETURN(dict_mc, DICT_ERR_NONE, DICT_STAT_FAIL);
182 DICT_ERR_VAL_RETURN(dict_mc, DICT_ERR_NONE, DICT_STAT_SUCCESS);
210 DICT_ERR_VAL_RETURN(dict_mc, DICT_ERR_NONE, (char *) 0);
226 DICT_ERR_VAL_RETURN(dict_mc, DICT_ERR_NONE, STR(dict_mc->res_buf));
253 DICT_ERR_VAL_RETURN(dict_mc, DICT_ERR_NONE, DICT_STAT_SUCCESS);
256 DICT_ERR_VAL_RETURN(dict_mc, DICT_ERR_NONE, DICT_STAT_FAIL);
334 DICT_ERR_VAL_RETURN(dict_mc, DICT_ERR_NONE, 0); \
351 DICT_ERR_VAL_RETURN(dict_mc, DICT_ERR_NONE, 1);
490 DICT_ERR_VAL_RETURN(dict, DICT_ERR_NONE, DICT_STAT_FAIL);
dict_mongodb.c 240 while (dict_mongodb->dict.error == DICT_ERR_NONE && bson_iter_next(iter)) {
296 if (dict_mongodb->dict.error != DICT_ERR_NONE || !got_one_result)
344 dict_mongodb->dict.error = DICT_ERR_NONE;

Completed in 27 milliseconds