Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dphp_smart_str.h190 #define smart_str_setl(dest, src, nlen) do { \ macro
197 smart_str_setl((dest), (src), strlen(src));
H A Durl_scanner_ex.c361 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2); in handle_val()
940 smart_str_setl(&surl, url, urllen); in php_url_scanner_adapt_single_url()
1057 smart_str_setl(&val, encoded, encoded_len); in php_url_scanner_add_var()
1059 smart_str_setl(&val, value, value_len); in php_url_scanner_add_var()
H A Durl_scanner_ex.re297 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2);
392 smart_str_setl(&surl, url, urllen);
509 smart_str_setl(&val, encoded, encoded_len);
511 smart_str_setl(&val, value, value_len);

Completed in 13 milliseconds