Home
last modified time | relevance | path

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

/php-src/ext/dom/lexbor/lexbor/html/
H A Dtoken_attr.c11 lxb_html_token_attr_create(lexbor_dobject_t *dobj) in lxb_html_token_attr_create() argument
13 return lexbor_dobject_calloc(dobj); in lxb_html_token_attr_create()
23 lxb_html_token_attr_destroy(lxb_html_token_attr_t *attr, lexbor_dobject_t *dobj) in lxb_html_token_attr_destroy() argument
25 return lexbor_dobject_free(dobj, attr); in lxb_html_token_attr_destroy()
H A Dtoken.h55 lxb_html_token_create(lexbor_dobject_t *dobj);
58 lxb_html_token_destroy(lxb_html_token_t *token, lexbor_dobject_t *dobj);
61 lxb_html_token_attr_append(lxb_html_token_t *token, lexbor_dobject_t *dobj);
69 lxb_html_token_attr_t *attr, lexbor_dobject_t *dobj);
112 lxb_html_token_create_eof(lexbor_dobject_t *dobj) in lxb_html_token_create_eof() argument
114 return (lxb_html_token_t *) lexbor_dobject_calloc(dobj); in lxb_html_token_create_eof()
124 lxb_html_token_create_eof_noi(lexbor_dobject_t *dobj);
H A Dtoken.c25 lxb_html_token_create(lexbor_dobject_t *dobj) in lxb_html_token_create() argument
27 return lexbor_dobject_calloc(dobj); in lxb_html_token_create()
31 lxb_html_token_destroy(lxb_html_token_t *token, lexbor_dobject_t *dobj) in lxb_html_token_destroy() argument
33 return lexbor_dobject_free(dobj, token); in lxb_html_token_destroy()
37 lxb_html_token_attr_append(lxb_html_token_t *token, lexbor_dobject_t *dobj) in lxb_html_token_attr_append() argument
39 lxb_html_token_attr_t *attr = lxb_html_token_attr_create(dobj); in lxb_html_token_attr_append()
84 lxb_html_token_attr_t *attr, lexbor_dobject_t *dobj) in lxb_html_token_attr_delete() argument
87 lxb_html_token_attr_destroy(attr, dobj); in lxb_html_token_attr_delete()
383 lxb_html_token_create_eof_noi(lexbor_dobject_t *dobj) in lxb_html_token_create_eof_noi() argument
385 return lxb_html_token_create_eof(dobj); in lxb_html_token_create_eof_noi()
H A Dtoken_attr.h50 lxb_html_token_attr_create(lexbor_dobject_t *dobj);
57 lexbor_dobject_t *dobj);
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtoken.h252 lxb_css_syntax_token_create(lexbor_dobject_t *dobj) in lxb_css_syntax_token_create() argument
254 return (lxb_css_syntax_token_t *) lexbor_dobject_calloc(dobj); in lxb_css_syntax_token_create()
265 lexbor_dobject_t *dobj) in lxb_css_syntax_token_destroy() argument
267 return (lxb_css_syntax_token_t *) lexbor_dobject_free(dobj, token); in lxb_css_syntax_token_destroy()
304 lxb_css_syntax_token_create_noi(lexbor_dobject_t *dobj);
311 lexbor_dobject_t *dobj);

Completed in 31 milliseconds