Home
last modified time | relevance | path

Searched refs:old_len (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c324 static char* xml_elem_entity_escape(const char* buf, int old_len, int *newlen, XML_ELEM_ESCAPING fl… in xml_elem_entity_escape() argument
338 iLength= old_len ? old_len : strlen(buf); in xml_elem_entity_escape()
/PHP-5.3/ext/filter/
H A Dlogical_filters.c443 int old_len = Z_STRLEN_P(value); in php_filter_validate_url() local
447 if (Z_TYPE_P(value) != IS_STRING || old_len != Z_STRLEN_P(value)) { in php_filter_validate_url()
/PHP-5.3/ext/standard/
H A Dstring.c2502 int old_len; local
2504 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &old, &old_len) == FAILURE) {
2508 old_end = old + old_len;
2514 str = safe_emalloc(2, old_len, 1);

Completed in 20 milliseconds