Lines Matching refs:value_len
908 int ret, name_len, value_len; in PHP_FUNCTION() local
911 …tThis(), "Os|s", &id, dom_document_class_entry, &name, &name_len, &value, &value_len) == FAILURE) { in PHP_FUNCTION()
967 int ret, value_len; in PHP_FUNCTION() local
971 …ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &value, &value_len) == FAILURE) { in PHP_FUNCTION()
995 int ret, value_len; in PHP_FUNCTION() local
999 …ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &value, &value_len) == FAILURE) { in PHP_FUNCTION()
1023 int ret, value_len; in PHP_FUNCTION() local
1027 …ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &value, &value_len) == FAILURE) { in PHP_FUNCTION()
1033 node = xmlNewCDataBlock(docp, (xmlChar *) value, value_len); in PHP_FUNCTION()
1051 int ret, value_len, name_len = 0; in PHP_FUNCTION() local
1055 …tThis(), "Os|s", &id, dom_document_class_entry, &name, &name_len, &value, &value_len) == FAILURE) { in PHP_FUNCTION()
1235 int ret, uri_len = 0, name_len = 0, value_len = 0; in PHP_FUNCTION() local
1241 … &id, dom_document_class_entry, &uri, &uri_len, &name, &name_len, &value, &value_len) == FAILURE) { in PHP_FUNCTION()