Home
last modified time | relevance | path

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

/external/clearsilver/cgi/
Dstatic.c89 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/
Dwdb.c417 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()
Drcfs.c140 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()
Dneo_err.c27 int NERR_NOT_FOUND = 0; variable
443 err = nerr_register (&NERR_NOT_FOUND, "NotFoundError"); in nerr_init()
Dulocks.c83 return nerr_raise (NERR_NOT_FOUND, "Unable to find lock file %s", file); in fFind()
Dneo_err.h39 extern NERR_TYPE NERR_NOT_FOUND;
Dneo_server.c138 if (err && nerr_handle(&err, NERR_NOT_FOUND)) in nserver_proc_start()
Dneo_files.c79 return nerr_raise (NERR_NOT_FOUND, "File %s not found", path); in ne_load_file_len()
Ddict.c174 return nerr_raise(NERR_NOT_FOUND, "Entry is NULL"); in dictUpdate()
Dneo_hdf.c857 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/
Dj_neo_util.c316 if (nerr_match(err, NERR_NOT_FOUND)) { in Java_org_clearsilver_HDF__1readFile()
/external/clearsilver/cs/
Dcsparse.c420 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()