Lines Matching refs:name_len

702 	size_t name_len, value_len;  in PHP_FUNCTION()  local
705 …D_NUM_ARGS(), getThis(), "Os|s", &id, dom_document_class_entry, &name, &name_len, &value, &value_l… in PHP_FUNCTION()
849 size_t value_len, name_len = 0; in PHP_FUNCTION() local
853 …D_NUM_ARGS(), getThis(), "Os|s", &id, dom_document_class_entry, &name, &name_len, &value, &value_l… in PHP_FUNCTION()
885 size_t name_len; in PHP_FUNCTION() local
889 …rs(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_document_class_entry, &name, &name_len) == FAILURE) { in PHP_FUNCTION()
921 size_t name_len; in PHP_FUNCTION() local
924 …rs(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_document_class_entry, &name, &name_len) == FAILURE) { in PHP_FUNCTION()
952 size_t name_len; in PHP_FUNCTION() local
957 …rs(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_document_class_entry, &name, &name_len) == FAILURE) { in PHP_FUNCTION()
965 local = xmlCharStrndup(name, name_len); in PHP_FUNCTION()
1036 size_t uri_len = 0, name_len = 0, value_len = 0; in PHP_FUNCTION() local
1042 …his(), "Os!s|s", &id, dom_document_class_entry, &uri, &uri_len, &name, &name_len, &value, &value_l… in PHP_FUNCTION()
1048 errorcode = dom_check_qname(name, &localname, &prefix, uri_len, name_len); in PHP_FUNCTION()
1100 size_t uri_len = 0, name_len = 0; in PHP_FUNCTION() local
1106 …, getThis(), "Os!s", &id, dom_document_class_entry, &uri, &uri_len, &name, &name_len) == FAILURE) { in PHP_FUNCTION()
1114 errorcode = dom_check_qname(name, &localname, &prefix, uri_len, name_len); in PHP_FUNCTION()
1163 size_t uri_len, name_len; in PHP_FUNCTION() local
1168 …), getThis(), "Oss", &id, dom_document_class_entry, &uri, &uri_len, &name, &name_len) == FAILURE) { in PHP_FUNCTION()
1176 local = xmlCharStrndup(name, name_len); in PHP_FUNCTION()