Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcntl/
H A Dpcntl.c1242 add_assoc_long_ex(user_siginfo, "signo", sizeof("signo")-1, siginfo->si_signo); in pcntl_siginfo_to_zval()
1243 add_assoc_long_ex(user_siginfo, "errno", sizeof("errno")-1, siginfo->si_errno); in pcntl_siginfo_to_zval()
1244 add_assoc_long_ex(user_siginfo, "code", sizeof("code")-1, siginfo->si_code); in pcntl_siginfo_to_zval()
1255 add_assoc_long_ex(user_siginfo, "pid", sizeof("pid")-1, siginfo->si_pid); in pcntl_siginfo_to_zval()
1256 add_assoc_long_ex(user_siginfo, "uid", sizeof("uid")-1, siginfo->si_uid); in pcntl_siginfo_to_zval()
1260 add_assoc_long_ex(user_siginfo, "pid", sizeof("pid")-1, siginfo->si_pid); in pcntl_siginfo_to_zval()
1261 add_assoc_long_ex(user_siginfo, "uid", sizeof("uid")-1, siginfo->si_uid); in pcntl_siginfo_to_zval()
1272 add_assoc_long_ex(user_siginfo, "band", sizeof("band")-1, siginfo->si_band); in pcntl_siginfo_to_zval()
1274 add_assoc_long_ex(user_siginfo, "fd", sizeof("fd")-1, siginfo->si_fd); in pcntl_siginfo_to_zval()
1281 add_assoc_long_ex(user_siginfo, "pid", sizeof("pid")-1, siginfo->si_pid); in pcntl_siginfo_to_zval()
[all …]
/PHP-7.3/ext/mysqli/
H A Dmysqli_prop.c199 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no); in link_error_list_read()
209 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, mysql_errno(mysql->mysql)); in link_error_list_read()
391 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no); in stmt_error_list_read()
401 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, mysql_stmt_errno(stmt->stmt)); in stmt_error_list_read()
H A Dmysqli_nonapi.c478 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no);
491 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, mysql_errno(mysql->mysql));
524 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no);
537 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, mysql_stmt_errno(stmt->stmt));
1252 add_assoc_long_ex(return_value, "total", sizeof("total") - 1, MyG(num_links));
1253add_assoc_long_ex(return_value, "active_plinks", sizeof("active_plinks") - 1, MyG(num_active_persi…
1254add_assoc_long_ex(return_value, "cached_plinks", sizeof("cached_plinks") - 1, MyG(num_inactive_per…
/PHP-7.3/ext/intl/idn/
H A Didn.c194 add_assoc_long_ex(idna_info, "errors", sizeof("errors")-1, (zend_long)info.errors); in php_intl_idn_to_46()
/PHP-7.3/ext/session/
H A Dsession.c3234add_assoc_long_ex(&progress->data, "start_time", sizeof("start_time") - 1, (zend_long)sapi_get_req… in php_session_rfc1867_callback()
3235add_assoc_long_ex(&progress->data, "content_length", sizeof("content_length") - 1, progress->cont… in php_session_rfc1867_callback()
3236add_assoc_long_ex(&progress->data, "bytes_processed", sizeof("bytes_processed") - 1, data->post_by… in php_session_rfc1867_callback()
3258 add_assoc_long_ex(&progress->current_file, "error", sizeof("error") - 1, 0); in php_session_rfc1867_callback()
3261add_assoc_long_ex(&progress->current_file, "start_time", sizeof("start_time") - 1, (zend_long)time… in php_session_rfc1867_callback()
3262 add_assoc_long_ex(&progress->current_file, "bytes_processed", sizeof("bytes_processed") - 1, 0); in php_session_rfc1867_callback()
3296 add_assoc_long_ex(&progress->current_file, "error", sizeof("error") - 1, data->cancel_upload); in php_session_rfc1867_callback()
/PHP-7.3/ext/standard/
H A Dfilestat.c1129 add_assoc_long_ex(&entry, "key", sizeof("key") - 1, bucket->key); in PHP_FUNCTION()
1135 add_assoc_long_ex(&entry, "expires", sizeof("expires") - 1, bucket->expires); in PHP_FUNCTION()
H A Dbasic_functions.c4625 add_assoc_long_ex(return_value, "seconds", sizeof("seconds")-1, php_rem.tv_sec);
4626 add_assoc_long_ex(return_value, "nanoseconds", sizeof("nanoseconds")-1, php_rem.tv_nsec);
4869 add_assoc_long_ex(return_value, "type", sizeof("type")-1, PG(last_error_type));
4872 add_assoc_long_ex(return_value, "line", sizeof("line")-1, PG(last_error_lineno));
/PHP-7.3/Zend/
H A Dzend_builtin_functions.c431 add_assoc_long_ex(return_value, "runs", sizeof("runs")-1, (long)status.runs); in ZEND_FUNCTION()
432 add_assoc_long_ex(return_value, "collected", sizeof("collected")-1, (long)status.collected); in ZEND_FUNCTION()
433 add_assoc_long_ex(return_value, "threshold", sizeof("threshold")-1, (long)status.threshold); in ZEND_FUNCTION()
434 add_assoc_long_ex(return_value, "roots", sizeof("roots")-1, (long)status.num_roots); in ZEND_FUNCTION()
H A Dzend_API.h388 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n);
398 #define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key), __n)
H A Dzend_API.c1354 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_assoc_long_ex() function
/PHP-7.3/ext/imap/
H A Dphp_imap.c780 add_assoc_long_ex(return_value, "usage", sizeof("usage") - 1, qlist->usage); in mail_getquota()
781 add_assoc_long_ex(return_value, "limit", sizeof("limit") - 1, qlist->limit); in mail_getquota()
784 add_assoc_long_ex(&t_map, "usage", sizeof("usage") - 1, qlist->usage); in mail_getquota()
785 add_assoc_long_ex(&t_map, "limit", sizeof("limit") - 1, qlist->limit); in mail_getquota()
/PHP-7.3/ext/phar/
H A Dphar.c1642 add_assoc_long_ex(&filterparams, "window", sizeof("window") - 1, MAX_WBITS + 32);
1654 add_assoc_long_ex(&filterparams, "window", sizeof("window") - 1, MAX_WBITS);
/PHP-7.3/ext/pgsql/
H A Dpgsql.c5604 add_assoc_long_ex(&elem, "num", sizeof("num") - 1, atoi(PQgetvalue(pg_result, i, 1)));
5608 add_assoc_long_ex(&elem, "len", sizeof("len") - 1, atoi(PQgetvalue(pg_result,i,3)));
5614add_assoc_long_ex(&elem, "array dims", sizeof("array dims") - 1, atoi(PQgetvalue(pg_result, i, 6))…
/PHP-7.3/ext/curl/
H A Dinterface.c153 #define CAAL(s, v) add_assoc_long_ex(return_value, s, sizeof(s) - 1, (zend_long) v);
/PHP-7.3/ext/date/
H A Dphp_date.c4877 add_assoc_long_ex(&element, "offset", sizeof("offset") - 1, entry->gmtoffset); in PHP_FUNCTION()
/PHP-7.3/ext/soap/
H A Dsoap.c1587 add_assoc_long_ex(&filter_params, "window", sizeof("window")-1, 0x2f); /* ANY WBITS */

Completed in 168 milliseconds