Lines Matching refs:value_len
847 int ret, name_len, value_len; in PHP_FUNCTION() local
850 …tThis(), "Os|s", &id, dom_document_class_entry, &name, &name_len, &value, &value_len) == FAILURE) { in PHP_FUNCTION()
906 int ret, value_len; in PHP_FUNCTION() local
910 …ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &value, &value_len) == FAILURE) { in PHP_FUNCTION()
934 int ret, value_len; in PHP_FUNCTION() local
938 …ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &value, &value_len) == FAILURE) { in PHP_FUNCTION()
962 int ret, value_len; in PHP_FUNCTION() local
966 …ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &value, &value_len) == FAILURE) { in PHP_FUNCTION()
972 node = xmlNewCDataBlock(docp, (xmlChar *) value, value_len); in PHP_FUNCTION()
990 int ret, value_len, name_len = 0; in PHP_FUNCTION() local
994 …tThis(), "Os|s", &id, dom_document_class_entry, &name, &name_len, &value, &value_len) == FAILURE) { in PHP_FUNCTION()
1174 int ret, uri_len = 0, name_len = 0, value_len = 0; in PHP_FUNCTION() local
1180 … &id, dom_document_class_entry, &uri, &uri_len, &name, &name_len, &value, &value_len) == FAILURE) { in PHP_FUNCTION()