Searched refs:NERR_NOT_FOUND (Results 1 – 12 of 12) sorted by relevance
/external/clearsilver/cgi/ |
D | static.c | 89 if (err && !nerr_handle(&err, NERR_NOT_FOUND)) in main() 101 if (err && !nerr_handle(&err, NERR_NOT_FOUND)) in main() 114 if (err && !nerr_handle(&err, NERR_NOT_FOUND)) in main()
|
/external/clearsilver/util/ |
D | wdb.c | 417 return nerr_raise (NERR_NOT_FOUND, "Unable to open defn %s", name); in wdb_load_defn() 885 return nerr_raise (NERR_NOT_FOUND, in wdb_column_update() 958 return nerr_raise (NERR_NOT_FOUND, in wdb_column_delete() 1082 return nerr_raise (NERR_NOT_FOUND, "Unable to find attr %s", key); in wdb_attr_get() 1115 return nerr_raise (NERR_NOT_FOUND, "Unable to find key %s", key); in wdbr_get() 1134 return nerr_raise (NERR_NOT_FOUND, "Unable to find key %s", key); in wdbr_set() 1238 return nerr_raise (NERR_NOT_FOUND, "Unable to find key %s", key); in wdbr_lookup() 1341 return nerr_raise (NERR_NOT_FOUND, "Key %s not found", key); in wdbr_delete() 1428 return nerr_raise (NERR_NOT_FOUND, "Cursor empty"); in wdbr_next()
|
D | rcfs.c | 140 if (err && nerr_handle (&err, NERR_NOT_FOUND)) in rcfs_save() 229 return nerr_raise (NERR_NOT_FOUND, "Directory %s doesn't exist", path); in rcfs_listdir()
|
D | neo_err.h | 39 extern NERR_TYPE NERR_NOT_FOUND;
|
D | ulocks.c | 83 return nerr_raise (NERR_NOT_FOUND, "Unable to find lock file %s", file); in fFind()
|
D | neo_err.c | 27 int NERR_NOT_FOUND = 0; variable 443 err = nerr_register (&NERR_NOT_FOUND, "NotFoundError"); in nerr_init()
|
D | neo_server.c | 138 if (err && nerr_handle(&err, NERR_NOT_FOUND)) in nserver_proc_start()
|
D | neo_files.c | 79 return nerr_raise (NERR_NOT_FOUND, "File %s not found", path); in ne_load_file_len()
|
D | dict.c | 174 return nerr_raise(NERR_NOT_FOUND, "Entry is NULL"); in dictUpdate()
|
D | neo_hdf.c | 857 return nerr_raise (NERR_NOT_FOUND, "Unable to find %s", src); in hdf_set_copy() 1818 return nerr_raise (NERR_NOT_FOUND, "Path %s not found", path); in hdf_search_path()
|
/external/clearsilver/java-jni/ |
D | j_neo_util.c | 316 if (nerr_match(err, NERR_NOT_FOUND)) { in Java_org_clearsilver_HDF__1readFile()
|
/external/clearsilver/cs/ |
D | csparse.c | 420 if (parse->global_hdf && nerr_handle(&err, NERR_NOT_FOUND)) in cs_parse_file() 1762 return nerr_raise (NERR_NOT_FOUND, "%s Unable to evar empty variable %s", in evar_parse() 2474 nerr_handle(&err, NERR_NOT_FOUND); in linclude_eval() 2817 nerr_handle(&err, NERR_NOT_FOUND); in include_parse()
|