Searched refs:smart_str_setl (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_5/ext/standard/ |
| H A D | php_smart_str.h | 186 #define smart_str_setl(dest, src, nlen) do { \ macro 193 smart_str_setl((dest), (src), strlen(src));
|
| H A D | url_scanner_ex.c | 335 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2); 928 smart_str_setl(&surl, url, urllen); 1045 smart_str_setl(&val, encoded, encoded_len); 1047 smart_str_setl(&val, value, value_len);
|
| H A D | url_scanner_ex.re | 271 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2); 366 smart_str_setl(&surl, url, urllen); 483 smart_str_setl(&val, encoded, encoded_len); 485 smart_str_setl(&val, value, value_len);
|
Completed in 4 milliseconds