old_len            76 Zend/zend_string.h static inline char *_str_erealloc(char *str, size_t new_len, size_t old_len) {
old_len            78 Zend/zend_string.h 	memcpy(buf, str, old_len);
old_len           451 ext/filter/logical_filters.c 	int old_len = Z_STRLEN_P(value);
old_len           455 ext/filter/logical_filters.c 	if (Z_TYPE_P(value) != IS_STRING || old_len != Z_STRLEN_P(value)) {
old_len          2610 ext/standard/string.c 	int  old_len;
old_len          2612 ext/standard/string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &old, &old_len) == FAILURE) {
old_len          2616 ext/standard/string.c 	old_end = old + old_len;
old_len          2622 ext/standard/string.c 	str = safe_emalloc(2, old_len, 1);
old_len           324 ext/xmlrpc/libxmlrpc/xml_element.c static char* xml_elem_entity_escape(const char* buf, int old_len, int *newlen, XML_ELEM_ESCAPING flags) {
old_len           338 ext/xmlrpc/libxmlrpc/xml_element.c     iLength= old_len ? old_len : strlen(buf);