Lines Matching refs:value_len
700 size_t name_len, value_len; in PHP_FUNCTION() local
703 …tThis(), "Os|s", &id, dom_document_class_entry, &name, &name_len, &value, &value_len) == FAILURE) { in PHP_FUNCTION()
760 size_t value_len; in PHP_FUNCTION() local
764 …(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_document_class_entry, &value, &value_len) == FAILURE) { in PHP_FUNCTION()
789 size_t value_len; in PHP_FUNCTION() local
793 …(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_document_class_entry, &value, &value_len) == FAILURE) { in PHP_FUNCTION()
818 size_t value_len; in PHP_FUNCTION() local
822 …(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_document_class_entry, &value, &value_len) == FAILURE) { in PHP_FUNCTION()
828 node = xmlNewCDataBlock(docp, (xmlChar *) value, value_len); in PHP_FUNCTION()
847 size_t value_len, name_len = 0; in PHP_FUNCTION() local
851 …tThis(), "Os|s", &id, dom_document_class_entry, &name, &name_len, &value, &value_len) == FAILURE) { in PHP_FUNCTION()
1034 size_t uri_len = 0, name_len = 0, value_len = 0; in PHP_FUNCTION() local
1040 … &id, dom_document_class_entry, &uri, &uri_len, &name, &name_len, &value, &value_len) == FAILURE) { in PHP_FUNCTION()