Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dphp_smart_string.h47 #define SMART_STRING_REALLOC(a,b,c) realloc((a),(b)) macro
49 #define SMART_STRING_REALLOC(a,b,c) perealloc((a),(b),(c)) macro
53 (d)->c = (char *) SMART_STRING_REALLOC((d)->c, (d)->a + 1, (what))

Completed in 9 milliseconds