Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_alloc.h66 ZEND_API char *_estrndup(const char *s, unsigned int length ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_D…
78 #define estrndup(s, length) _estrndup((s), (length) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
90 #define estrndup_rel(s, length) _estrndup((s), (length) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_…
H A Dzend_alloc.c2597 ZEND_API char *_estrndup(const char *s, uint length ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) in _estrndup() function

Completed in 15 milliseconds