Home
last modified time | relevance | path

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

/dports/textproc/libwapcaplet/libwapcaplet-0.4.3/include/libwapcaplet/
H A Dlibwapcaplet.h65 } lwc_error; typedef
90 extern lwc_error lwc_intern_string(const char *s, size_t slen,
105 extern lwc_error lwc_intern_substring(lwc_string *str,
117 extern lwc_error lwc_string_tolower(lwc_string *str, lwc_string **ret);
200 extern lwc_error
214 lwc_error __lwc_err = lwc_error_ok; \
240 static inline lwc_error
243 lwc_error err = lwc_error_ok; in lwc_string_caseless_isequal()
306 static inline lwc_error lwc_string_caseless_hash_value( in lwc_string_caseless_hash_value()
310 lwc_error err = lwc__intern_caseless_string(str); in lwc_string_caseless_hash_value()
/dports/textproc/libwapcaplet/libwapcaplet-0.4.3/src/
H A Dlibwapcaplet.c52 static lwc_error
79 static lwc_error
89 lwc_error eret; in lwc__intern()
142 lwc_error
151 lwc_error
167 lwc_error
176 lwc_error error = lwc__intern_caseless_string(str); in lwc_string_tolower()
254 lwc_error
/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Dfiletype.c179 lwc_error lerror; in ami_mime_init()
285 lwc_error lerror; in ami_mime_entry_locate()
356 lwc_error lerror; in ami_mime_guess_add_datatype()
462 lwc_error lerror; in ami_mime_from_datatype()
617 lwc_error lerror; in ami_mime_compare()
H A Dfont_scan.c221 lwc_error lerror; in ami_font_scan_font()
375 lwc_error lerror; in ami_font_scan_load()
H A Dfile.c59 lwc_error lerror; in HOOKF()
/dports/www/libdom/libdom-0.4.1/src/core/
H A Dstring.h15 dom_exception _dom_exception_from_lwc_error(lwc_error err);
H A Dstring.c182 lwc_error lerr; in dom_string_intern()
875 dom_exception _dom_exception_from_lwc_error(lwc_error err) in _dom_exception_from_lwc_error()
1011 lwc_error err; in dom_string_tolower()
/dports/textproc/libcss/libcss-0.9.1/src/select/
H A Dhash.c356 lwc_error lerror; in css__selector_hash_find()
428 lwc_error lerror; in css__selector_hash_find_by_class()
508 lwc_error lerror; in css__selector_hash_find_by_id()
904 lwc_error lerror = lwc_error_ok; in _iterate_elements()
956 lwc_error lerror = lwc_error_ok; in _iterate_classes()
1017 lwc_error lerror = lwc_error_ok; in _iterate_ids()
H A Dselect.c1553 lwc_error error; in intern_strings()
/dports/www/netsurf/netsurf-3.10/content/handlers/css/
H A Dinternal.c30 lwc_error lerror; in nscss_resolve_url()
H A Dhints.c1552 lwc_error lerror = lwc_intern_string(nsurl_access(url), in css_hint_bg_image()
/dports/textproc/libcss/libcss-0.9.1/src/utils/
H A Dutils.h65 static inline css_error css_error_from_lwc_error(lwc_error err) in css_error_from_lwc_error()
/dports/www/netsurf/netsurf-3.10/utils/
H A Dcorestrings.c80 lwc_error lerror; in corestrings_init()
/dports/www/libdom/libdom-0.4.1/src/events/
H A Ddocument_event.c56 lwc_error err; in _dom_document_event_internal_initialise()
/dports/www/netsurf/netsurf-3.10/content/
H A Dcontent_factory.c84 lwc_error lerror; in content_factory_register_handler()
/dports/textproc/libe-book/libe-book-0.1.3/src/lib/
H A DXMLTreeNode.cpp453 const lwc_error errName = lwc_string_caseless_isequal(lhs.name.get(), rhs.name.get(), &matchName); in caselessEqual()
455 const lwc_error errNs = lwc_string_caseless_isequal(lhs.ns.get(), rhs.ns.get(), &matchNs); in caselessEqual()
/dports/textproc/libcss/libcss-0.9.1/src/parse/
H A Dpropstrings.c617 lwc_error lerror; in css__propstrings_get()
H A Dparse.c612 lwc_error lerror; in getToken()
/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dbox_special.c1491 lwc_error lerror; in box_object()
1510 lwc_error lerror; in box_object()
/dports/textproc/libcss/libcss-0.9.1/src/parse/properties/
H A Dutils.c1154 lwc_error lerror; in css__ident_list_to_string()
/dports/textproc/libcss/libcss-0.9.1/src/
H A Dstylesheet.c46 lwc_error res; in css__stylesheet_string_add()
/dports/www/netsurf/netsurf-3.10/content/handlers/text/
H A Dtextplain.c1645 lwc_error lerror; in textplain_init()
/dports/www/netsurf/netsurf-3.10/content/fetchers/
H A Dabout.c2792 lwc_error error; in fetch_about_initialise()