Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_smart_str.h191 static zend_always_inline void smart_str_setl(smart_str *dest, const char *src, size_t len) { in smart_str_setl() function
198 smart_str_setl(dest, src, strlen(src)); in smart_str_sets()
/php-src/ext/standard/
H A Durl_scanner_ex.re490 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2);
492 smart_str_setl(&ctx->attr_val, start + quotes, YYCURSOR - start - quotes * 2);

Completed in 8 milliseconds