Home
last modified time | relevance | path

Searched refs:add_assoc_string_ex (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/mysqli/
H A Dmysqli_prop.c216 add_assoc_string_ex(&single_error, "sqlstate", sizeof("sqlstate") - 1, message->sqlstate); in link_error_list_read()
217 add_assoc_string_ex(&single_error, "error", sizeof("error") - 1, message->error); in link_error_list_read()
355 add_assoc_string_ex(&single_error, "sqlstate", sizeof("sqlstate") - 1, message->sqlstate); in stmt_error_list_read()
356 add_assoc_string_ex(&single_error, "error", sizeof("error") - 1, message->error); in stmt_error_list_read()
H A Dmysqli_nonapi.c486 add_assoc_string_ex(&single_error, "sqlstate", sizeof("sqlstate") - 1, message->sqlstate);
487 add_assoc_string_ex(&single_error, "error", sizeof("error") - 1, message->error);
514 add_assoc_string_ex(&single_error, "sqlstate", sizeof("sqlstate") - 1, message->sqlstate);
515 add_assoc_string_ex(&single_error, "error", sizeof("error") - 1, message->error);
/php-src/ext/mysqlnd/
H A Dmysqlnd_statistics.c207 add_assoc_string_ex(return_value, names[i].s, names[i].l, tmp); in mysqlnd_fill_stats_hash()
/php-src/sapi/litespeed/
H A Dlsapi_main.c1655 add_assoc_string_ex((zval *)arg, (char *)pKey, keyLen, (char *)pValue); in add_associate_array()
1706 add_assoc_string_ex(return_value, headerBuf, len, p); in PHP_FUNCTION()
/php-src/ext/session/
H A Dsession.c3195 add_assoc_string_ex(&progress->current_file, "field_name", sizeof("field_name") - 1, data->name); in php_session_rfc1867_callback()
3196 add_assoc_string_ex(&progress->current_file, "name", sizeof("name") - 1, *data->filename); in php_session_rfc1867_callback()
3233add_assoc_string_ex(&progress->current_file, "tmp_name", sizeof("tmp_name") - 1, data->temp_filen… in php_session_rfc1867_callback()
/php-src/ext/libxml/
H A Dlibxml.c720 add_assoc_string_ex(ctxzv, #memb, sizeof(#memb) - 1, \ in _php_libxml_external_entity_loader()
/php-src/ext/odbc/
H A Dphp_odbc.c1293 add_assoc_string_ex(return_value, "server", sizeof("server")-1, (char *) server_name); in PHP_FUNCTION()
1294 add_assoc_string_ex(return_value, "description", sizeof("description")-1, (char *) desc); in PHP_FUNCTION()
/php-src/sapi/cgi/
H A Dcgi_main.c1649 add_assoc_string_ex(return_value, var, var_len, val);
/php-src/Zend/
H A Dzend_API.h553 ZEND_API void add_assoc_string_ex(zval *arg, const char *key, size_t key_len, const char *str);
579 add_assoc_string_ex(arg, key, strlen(key), str); in add_assoc_string()
H A Dzend_API.c1909 ZEND_API void add_assoc_string_ex(zval *arg, const char *key, size_t key_len, const char *str) /* {… in add_assoc_string_ex() function
/php-src/ext/pgsql/
H A Dpgsql.c4308 add_assoc_string_ex(&elem, "type", sizeof("type") - 1, PQgetvalue(pg_result, i, 2)); in php_pgsql_meta_data()
4325add_assoc_string_ex(&elem, "description", sizeof("description") - 1, PQgetvalue(pg_result, i, 8)); in php_pgsql_meta_data()
/php-src/ext/pcre/
H A Dphp_pcre.c1084 add_assoc_string_ex(subpats, "MARK", sizeof("MARK") - 1, (char *)mark); in populate_subpat_array()
/php-src/ext/curl/
H A Dinterface.c95 #define CAAS(s, v) add_assoc_string_ex(return_value, s, sizeof(s) - 1, (char *) (v ? v : ""));
/php-src/ext/date/
H A Dphp_date.c5389 add_assoc_string_ex(&element, "timezone_id", sizeof("timezone_id") - 1, entry->full_tz_name); in PHP_FUNCTION()

Completed in 119 milliseconds