Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqli/
H A Dmysqli_prop.c219 add_assoc_string_ex(single_error, "sqlstate", sizeof("sqlstate"), message->sqlstate, 1); in link_error_list_read()
220 add_assoc_string_ex(single_error, "error", sizeof("error"), message->error, 1); in link_error_list_read()
230add_assoc_string_ex(single_error, "sqlstate", sizeof("sqlstate"), mysql_sqlstate(mysql->mysql), 1); in link_error_list_read()
231 add_assoc_string_ex(single_error, "error", sizeof("error"), mysql_error(mysql->mysql), 1); in link_error_list_read()
416 add_assoc_string_ex(single_error, "sqlstate", sizeof("sqlstate"), message->sqlstate, 1); in stmt_error_list_read()
417 add_assoc_string_ex(single_error, "error", sizeof("error"), message->error, 1); in stmt_error_list_read()
427add_assoc_string_ex(single_error, "sqlstate", sizeof("sqlstate"), mysql_stmt_sqlstate(stmt->stmt),… in stmt_error_list_read()
428 add_assoc_string_ex(single_error, "error", sizeof("error"), mysql_stmt_error(stmt->stmt), 1); in stmt_error_list_read()
H A Dmysqli_nonapi.c443 add_assoc_string_ex(single_error, "sqlstate", sizeof("sqlstate"), message->sqlstate, 1);
444 add_assoc_string_ex(single_error, "error", sizeof("error"), message->error, 1);
454add_assoc_string_ex(single_error, "sqlstate", sizeof("sqlstate"), mysql_sqlstate(mysql->mysql), 1);
455 add_assoc_string_ex(single_error, "error", sizeof("error"), mysql_error(mysql->mysql), 1);
487 add_assoc_string_ex(single_error, "sqlstate", sizeof("sqlstate"), message->sqlstate, 1);
488 add_assoc_string_ex(single_error, "error", sizeof("error"), message->error, 1);
498add_assoc_string_ex(single_error, "sqlstate", sizeof("sqlstate"), mysql_stmt_sqlstate(stmt->stmt),…
499 add_assoc_string_ex(single_error, "error", sizeof("error"), mysql_stmt_error(stmt->stmt), 1);
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp170 add_assoc_string_ex(&zv, "type", sizeof("type"), in Calendar_get_debug_info()
193 add_assoc_string_ex(&zv, "locale", sizeof("locale"), in Calendar_get_debug_info()
196 add_assoc_string_ex(&zv, "locale", sizeof("locale"), in Calendar_get_debug_info()
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c2271 add_assoc_string_ex(stack_frame, "file", sizeof("file"), (char*)filename, 1); in zend_fetch_debug_backtrace()
2288 add_assoc_string_ex(stack_frame, "file", sizeof("file"), (char*)prev->op_array->filename, 1); in zend_fetch_debug_backtrace()
2307 add_assoc_string_ex(stack_frame, "function", sizeof("function"), (char*)function_name, 1); in zend_fetch_debug_backtrace()
2311add_assoc_string_ex(stack_frame, "class", sizeof("class"), (char*)ptr->function_state.function->co… in zend_fetch_debug_backtrace()
2317 add_assoc_string_ex(stack_frame, "class", sizeof("class"), (char*)class_name, dup); in zend_fetch_debug_backtrace()
2325 add_assoc_string_ex(stack_frame, "type", sizeof("type"), "->", 1); in zend_fetch_debug_backtrace()
2327add_assoc_string_ex(stack_frame, "class", sizeof("class"), (char*)ptr->function_state.function->co… in zend_fetch_debug_backtrace()
2328 add_assoc_string_ex(stack_frame, "type", sizeof("type"), "::", 1); in zend_fetch_debug_backtrace()
2385 add_assoc_string_ex(stack_frame, "function", sizeof("function"), (char*)function_name, 1); in zend_fetch_debug_backtrace()
H A Dzend_API.h381 ZEND_API int add_assoc_string_ex(zval *arg, const char *key, uint key_len, char *str, int duplicate…
390 #define add_assoc_string(__arg, __key, __str, __duplicate) add_assoc_string_ex(__arg, __key, strlen…
H A Dzend_API.c1280 ZEND_API int add_assoc_string_ex(zval *arg, const char *key, uint key_len, char *str, int duplicate… in add_assoc_string_ex() function
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_statistics.c209 add_assoc_string_ex(return_value, names[i].s, names[i].l + 1, tmp, 1); in mysqlnd_fill_stats_hash()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp167 add_assoc_string_ex(&zv, "type", sizeof("type"), in BreakIterator_get_debug_info()
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c1199 add_assoc_string_ex( (zval *)arg, (char *)pKey, keyLen+1, (char *)pValue in add_associate_array()
1257 add_assoc_string_ex(return_value, headerBuf, len+1, p in PHP_FUNCTION()
/PHP-5.5/ext/session/
H A Dsession.c2720add_assoc_string_ex(progress->current_file, "field_name", sizeof("field_name"), data->name…
2721add_assoc_string_ex(progress->current_file, "name", sizeof("name"), *data->fil…
2757add_assoc_string_ex(progress->current_file, "tmp_name", sizeof("tmp_name"), data->temp_filename, …
/PHP-5.5/ext/libxml/
H A Dlibxml.c604 add_assoc_string_ex(ctxzv, #memb, sizeof(#memb), \ in _php_libxml_external_entity_loader()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c1595 add_assoc_string_ex(return_value, "server", sizeof("server"), server_name, 1); in PHP_FUNCTION()
1596 add_assoc_string_ex(return_value, "description", sizeof("description"), desc, 1); in PHP_FUNCTION()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1655 add_assoc_string_ex(return_value, var, var_len+1, val, 1);
/PHP-5.5/ext/standard/
H A Dbasic_functions.c4770 add_assoc_string_ex(return_value, "message", sizeof("message"), PG(last_error_message), 1);
4771add_assoc_string_ex(return_value, "file", sizeof("file"), PG(last_error_file)?PG(last_error_file):…
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c501 add_assoc_string_ex(return_value, key, key_len, *value_pointer, 1); in PHP_FUNCTION()
/PHP-5.5/ext/curl/
H A Dinterface.c159 #define CAAS(s, v) add_assoc_string_ex(return_value, s, sizeof(s), (char *) (v ? v : ""), 1);

Completed in 106 milliseconds