Home
last modified time | relevance | path

Searched refs:lexbor_str_copy (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument_type.c73 if (lexbor_str_copy(&new->public_id, in lxb_dom_document_type_interface_clone()
79 if (lexbor_str_copy(&new->system_id, in lxb_dom_document_type_interface_clone()
H A Dprocessing_instruction.c73 if (lexbor_str_copy(&dst->target, &src->target, in lxb_dom_processing_instruction_copy()
H A Dcharacter_data.c79 if (lexbor_str_copy(&dst->data, &src->data, in lxb_dom_character_data_interface_copy()
H A Dattr.c97 if (lexbor_str_copy(new->value, attr->value, document->text) == NULL) { in lxb_dom_attr_interface_clone()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstr.h102 lexbor_str_copy(lexbor_str_t *dest, const lexbor_str_t *target,
H A Dstr.c247 lexbor_str_copy(lexbor_str_t *dest, const lexbor_str_t *target, in lexbor_str_copy() function

Completed in 15 milliseconds