| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | funcs.c | 445 ZVAL_STRINGL(patt, pat, strlen(pat), 0); 459 ZVAL_STRINGL(repl, rep, strlen(rep), 0);
|
| /PHP_5_3/ext/intl/collator/ |
| H A D | collator_convert.c | 71 ZVAL_STRINGL( znew_val, (char*)new_val, UBYTES(new_val_len), FALSE ); 116 ZVAL_STRINGL( znew_val, (char*)new_val, new_val_len, FALSE ); 204 ZVAL_STRINGL( utf8_zval, str, str_len, FALSE ); 235 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE ); 310 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE );
|
| /PHP_5_3/ext/intl/formatter/ |
| H A D | formatter_parse.c | 174 ZVAL_STRINGL(zcurrency, currency_str, currency_len, 0);
|
| /PHP_5_3/ext/intl/msgformat/ |
| H A D | msgformat_helpers.cpp | 192 ZVAL_STRINGL((*args)[i], stmp, stmp_len, 0);
|
| /PHP_5_3/ext/intl/resourcebundle/ |
| H A D | resourcebundle.c | 50 ZVAL_STRINGL( return_value, (char *) bfield, ilen, 1 );
|
| /PHP_5_3/ext/com_dotnet/ |
| H A D | com_wrapper.c | 494 ZVAL_STRINGL(tmp, name, namelen-1, 1); 526 ZVAL_STRINGL(tmp, name, namelen-1, 1);
|
| /PHP_5_3/ext/dom/ |
| H A D | documenttype.c | 209 ZVAL_STRINGL(*retval, xmlOutputBufferGetContent(buff), xmlOutputBufferGetSize(buff), 1); 211 ZVAL_STRINGL(*retval, buff->buffer->content, buff->buffer->use, 1);
|
| /PHP_5_3/ext/interbase/ |
| H A D | ibase_query.c | 1332 ZVAL_STRINGL(val,(char *) data,len,1); 1345 ZVAL_STRINGL(val,string_data,l,1); 1356 ZVAL_STRINGL(val,string_data,l,1); 1375 ZVAL_STRINGL(val,string_data,l,1); 1424 ZVAL_STRINGL(val,string_data,l,1); 1611 ZVAL_STRINGL(result,_php_ibase_quad_to_string(bl_qd), BLOB_ID_LEN, 0); 1637 ZVAL_STRINGL(result,_php_ibase_quad_to_string(ar_qd), BLOB_ID_LEN, 0);
|
| H A D | php_ibase_udf.c | 227 ZVAL_STRINGL(argp[i], (char*)argv[i]->dsc_address, argv[i]->dsc_length,0); 231 ZVAL_STRINGL(argp[i], ((PARAMVARY*)argv[i]->dsc_address)->vary_string, 273 ZVAL_STRINGL(argp[i], d, strftime(d, sizeof(d), INI_STR("ibase.dateformat"), &t),1); 278 ZVAL_STRINGL(argp[i], d, strftime(d, sizeof(d), INI_STR("ibase.timeformat"), &t),1); 283 ZVAL_STRINGL(argp[i], d, strftime(d, sizeof(d), INI_STR("ibase.timestampformat"), &t),1);
|
| /PHP_5_3/ext/mysqli/ |
| H A D | mysqli_prop.c | 91 ZVAL_STRINGL(*retval, ret, ret_len, 0); \ 185 ZVAL_STRINGL(*retval, ret, l, 0); 227 ZVAL_STRINGL(*retval, stat_msg, stat_msg_len, 0); 336 ZVAL_STRINGL(*retval, ret, l, 0);
|
| H A D | mysqli_warning.c | 36 #define ZVAL_UTF8_STRINGL(z, s, l, flags) ZVAL_STRINGL((z), (char*)(s), (l), ((flags) & ZSTR_DUPLICATE))
|
| /PHP_5_3/ext/openssl/ |
| H A D | openssl.c | 1285 ZVAL_STRINGL(zout, bio_buf->data, bio_buf->length, 1); 1892 ZVAL_STRINGL(zout, bio_buf->data, bio_buf->length, 1); 1948 ZVAL_STRINGL(zcert, bio_buf->data, bio_buf->length, 1); 1958 ZVAL_STRINGL(zpkey, bio_buf->data, bio_buf->length, 1); 1976 ZVAL_STRINGL(zextracert, bio_buf->data, bio_buf->length, 1); 2293 ZVAL_STRINGL(zout, bio_buf->data, bio_buf->length, 1); 3101 ZVAL_STRINGL(out, bio_mem_ptr, bio_mem_len, 1); 3770 ZVAL_STRINGL(crypted, (char *)cryptedbuf, cryptedlen, 0); 3835 ZVAL_STRINGL(crypted, (char *)cryptedbuf, cryptedlen, 0); 3894 ZVAL_STRINGL(crypte [all...] |
| /PHP_5_3/ext/pdo_pgsql/ |
| H A D | pgsql_driver.c | 405 ZVAL_STRINGL(return_value, "Waiting for connection to be made.", sizeof("Waiting for connection to be made.")-1, 1); 410 ZVAL_STRINGL(return_value, "Connection OK; waiting to send.", sizeof("Connection OK; waiting to send.")-1, 1); 414 ZVAL_STRINGL(return_value, "Waiting for a response from the server.", sizeof("Waiting for a response from the server.")-1, 1); 418 ZVAL_STRINGL(return_value, "Received authentication; waiting for backend start-up to finish.", sizeof("Received authentication; waiting for backend start-up to finish.")-1, 1); 422 ZVAL_STRINGL(return_value, "Negotiating SSL encryption.", sizeof("Negotiating SSL encryption.")-1, 1); 426 ZVAL_STRINGL(return_value, "Negotiating environment-driven parameter settings.", sizeof("Negotiating environment-driven parameter settings.")-1, 1); 431 ZVAL_STRINGL(return_value, "Bad connection.", sizeof("Bad connection.")-1, 1);
|
| /PHP_5_3/ext/reflection/ |
| H A D | php_reflection.c | 1148 ZVAL_STRINGL(name, ce->name, ce->name_length, 1); 1179 ZVAL_STRINGL(name, module->name, name_len, 1); 1199 ZVAL_STRINGL(name, arg_info->name, arg_info->name_len, 1); 1253 ZVAL_STRINGL(classname, method->common.scope->name, method->common.scope->name_length, 1); 1296 ZVAL_STRINGL(classname, prop->ce->name, prop->ce->name_length, 1); 1383 ZVAL_STRINGL(&fname, "reflection::export", sizeof("reflection::export") - 1, 0); 1432 ZVAL_STRINGL(&fname, "__tostring", sizeof("__tostring") - 1, 1); 2140 ZVAL_STRINGL(name, arg_info[position].name, arg_info[position].name_len, 1); 2458 ZVAL_STRINGL(classname, name_str, tmp_len, 1); 2520 ZVAL_STRINGL(classnam [all...] |
| /PHP_5_3/ext/session/ |
| H A D | mod_user.c | 44 ZVAL_STRINGL(a, vl, ln, 1); \
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_functions.c | 88 ZVAL_STRINGL(tmp, pce->name, pce->name_length, 1);
|
| /PHP_5_3/ext/standard/ |
| H A D | assert.c | 63 ZVAL_STRINGL(ASSERTG(callback), new_value, new_value_length, 1);
|
| H A D | scanf.c | 875 ZVAL_STRINGL( *current, string, end-string, 1); 918 ZVAL_STRINGL( *current, string, end-string, 1); 939 ZVAL_STRINGL( *current, __buf, 1, 1);
|
| H A D | user_filters.c | 149 ZVAL_STRINGL(&func_name, "onclose", sizeof("onclose")-1, 0); 193 ZVAL_STRINGL(&func_name, "filter", sizeof("filter")-1, 0); 261 ZVAL_STRINGL(&zpropname, "stream", sizeof("stream")-1, 0); 366 ZVAL_STRINGL(&func_name, "oncreate", sizeof("oncreate")-1, 0);
|
| /PHP_5_3/ext/tokenizer/ |
| H A D | tokenizer.c | 174 ZVAL_STRINGL(&source_z, source, source_len, 1);
|
| /PHP_5_3/main/streams/ |
| H A D | userspace.c | 606 ZVAL_STRINGL(&func_name, USERSTREAM_WRITE, sizeof(USERSTREAM_WRITE)-1, 0); 609 ZVAL_STRINGL(zbufptr, (char*)buf, count, 1);; 655 ZVAL_STRINGL(&func_name, USERSTREAM_READ, sizeof(USERSTREAM_READ)-1, 0); 691 ZVAL_STRINGL(&func_name, USERSTREAM_EOF, sizeof(USERSTREAM_EOF)-1, 0); 725 ZVAL_STRINGL(&func_name, USERSTREAM_CLOSE, sizeof(USERSTREAM_CLOSE)-1, 0); 752 ZVAL_STRINGL(&func_name, USERSTREAM_FLUSH, sizeof(USERSTREAM_FLUSH)-1, 0); 782 ZVAL_STRINGL(&func_name, USERSTREAM_SEEK, sizeof(USERSTREAM_SEEK)-1, 0); 827 ZVAL_STRINGL(&func_name, USERSTREAM_TELL, sizeof(USERSTREAM_TELL)-1, 0); 906 ZVAL_STRINGL(&func_name, USERSTREAM_STAT, sizeof(USERSTREAM_STAT)-1, 0); 942 ZVAL_STRINGL( [all...] |
| /PHP_5_3/Zend/ |
| H A D | zend_API.c | 978 ZVAL_STRINGL(member, hash_key->arKey, hash_key->nKeyLength-1, 1); 1188 ZVAL_STRINGL(tmp, str, length, duplicate); 1271 ZVAL_STRINGL(tmp, str, length, duplicate); 1354 ZVAL_STRINGL(tmp, str, length, duplicate); 1382 ZVAL_STRINGL(tmp, str, length, duplicate); 1426 ZVAL_STRINGL(tmp, str, length, duplicate); 1441 ZVAL_STRINGL(z_key, key, key_len-1, 1); 1459 ZVAL_STRINGL(z_key, key, key_len-1, 1); 1477 ZVAL_STRINGL(z_key, key, key_len-1, 1); 1495 ZVAL_STRINGL(z_ke [all...] |
| H A D | zend_interfaces.c | 60 ZVAL_STRINGL(&z_fname, function_name, function_name_len, 0); 470 ZVAL_STRINGL(zdata, (char*)buf, buf_len, 1);
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_ps_codec.c | 128 ZVAL_STRINGL(zv, tmp, tmp_len, 1); 271 ZVAL_STRINGL(zv, value, length, 1); 322 ZVAL_STRINGL(zv, value, length, 1); 381 ZVAL_STRINGL(zv, value, length, 1); 409 ZVAL_STRINGL(zv, (char *)*row, length, 1); 416 ZVAL_STRINGL(zv, (char *)*row, length, 1);
|
| /PHP_5_3/ext/phar/ |
| H A D | phar_object.c | 81 ZVAL_STRINGL(*stuff, Z_STRVAL_PP(stuff) + entry_len, request_uri_len, 1); 84 ZVAL_STRINGL(temp, path_info, code, 0); 96 ZVAL_STRINGL(temp, path_info, code, 0); 111 ZVAL_STRINGL(*stuff, Z_STRVAL_PP(stuff) + basename_len, Z_STRLEN_PP(stuff) - basename_len, 1); 114 ZVAL_STRINGL(temp, path_info, code, 0); 127 ZVAL_STRINGL(*stuff, Z_STRVAL_PP(stuff) + basename_len, Z_STRLEN_PP(stuff) - basename_len, 1); 130 ZVAL_STRINGL(temp, path_info, code, 0); 141 ZVAL_STRINGL(*stuff, entry, entry_len, 1); 144 ZVAL_STRINGL(temp, path_info, code, 0); 157 ZVAL_STRINGL(tem [all...] |