Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcntl/
H A Dpcntl.c1301 add_assoc_long_ex(user_siginfo, "signo", sizeof("signo")-1, siginfo->si_signo); in pcntl_siginfo_to_zval()
1302 add_assoc_long_ex(user_siginfo, "errno", sizeof("errno")-1, siginfo->si_errno); in pcntl_siginfo_to_zval()
1303 add_assoc_long_ex(user_siginfo, "code", sizeof("code")-1, siginfo->si_code); in pcntl_siginfo_to_zval()
1314 add_assoc_long_ex(user_siginfo, "pid", sizeof("pid")-1, siginfo->si_pid); in pcntl_siginfo_to_zval()
1315 add_assoc_long_ex(user_siginfo, "uid", sizeof("uid")-1, siginfo->si_uid); in pcntl_siginfo_to_zval()
1319 add_assoc_long_ex(user_siginfo, "pid", sizeof("pid")-1, siginfo->si_pid); in pcntl_siginfo_to_zval()
1320 add_assoc_long_ex(user_siginfo, "uid", sizeof("uid")-1, siginfo->si_uid); in pcntl_siginfo_to_zval()
1331 add_assoc_long_ex(user_siginfo, "band", sizeof("band")-1, siginfo->si_band); in pcntl_siginfo_to_zval()
1333 add_assoc_long_ex(user_siginfo, "fd", sizeof("fd")-1, siginfo->si_fd); in pcntl_siginfo_to_zval()
1340 add_assoc_long_ex(user_siginfo, "pid", sizeof("pid")-1, siginfo->si_pid); in pcntl_siginfo_to_zval()
[all …]
/PHP-7.4/ext/mysqli/
H A Dmysqli_prop.c211 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no); in link_error_list_read()
221 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, mysql_errno(mysql->mysql)); in link_error_list_read()
375 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no); in stmt_error_list_read()
385 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, mysql_stmt_errno(stmt->stmt)); in stmt_error_list_read()
H A Dmysqli_nonapi.c503 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no);
516 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, mysql_errno(mysql->mysql));
549 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no);
562 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, mysql_stmt_errno(stmt->stmt));
1279 add_assoc_long_ex(return_value, "total", sizeof("total") - 1, MyG(num_links));
1280add_assoc_long_ex(return_value, "active_plinks", sizeof("active_plinks") - 1, MyG(num_active_persi…
1281add_assoc_long_ex(return_value, "cached_plinks", sizeof("cached_plinks") - 1, MyG(num_inactive_per…
/PHP-7.4/ext/intl/idn/
H A Didn.c172 add_assoc_long_ex(idna_info, "errors", sizeof("errors")-1, (zend_long)info.errors); in php_intl_idn_to_46()
/PHP-7.4/ext/session/
H A Dsession.c3248add_assoc_long_ex(&progress->data, "start_time", sizeof("start_time") - 1, (zend_long)sapi_get_req… in php_session_rfc1867_callback()
3249add_assoc_long_ex(&progress->data, "content_length", sizeof("content_length") - 1, progress->cont… in php_session_rfc1867_callback()
3250add_assoc_long_ex(&progress->data, "bytes_processed", sizeof("bytes_processed") - 1, data->post_by… in php_session_rfc1867_callback()
3272 add_assoc_long_ex(&progress->current_file, "error", sizeof("error") - 1, 0); in php_session_rfc1867_callback()
3275add_assoc_long_ex(&progress->current_file, "start_time", sizeof("start_time") - 1, (zend_long)time… in php_session_rfc1867_callback()
3276 add_assoc_long_ex(&progress->current_file, "bytes_processed", sizeof("bytes_processed") - 1, 0); in php_session_rfc1867_callback()
3310 add_assoc_long_ex(&progress->current_file, "error", sizeof("error") - 1, data->cancel_upload); in php_session_rfc1867_callback()
/PHP-7.4/ext/standard/
H A Dfilestat.c1126 add_assoc_long_ex(&entry, "key", sizeof("key") - 1, bucket->key); in PHP_FUNCTION()
1132 add_assoc_long_ex(&entry, "expires", sizeof("expires") - 1, bucket->expires); in PHP_FUNCTION()
H A Dbasic_functions.c4622 add_assoc_long_ex(return_value, "seconds", sizeof("seconds")-1, php_rem.tv_sec);
4623 add_assoc_long_ex(return_value, "nanoseconds", sizeof("nanoseconds")-1, php_rem.tv_nsec);
4888 add_assoc_long_ex(return_value, "type", sizeof("type")-1, PG(last_error_type));
4891 add_assoc_long_ex(return_value, "line", sizeof("line")-1, PG(last_error_lineno));
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c437 add_assoc_long_ex(return_value, "runs", sizeof("runs")-1, (long)status.runs); in ZEND_FUNCTION()
438 add_assoc_long_ex(return_value, "collected", sizeof("collected")-1, (long)status.collected); in ZEND_FUNCTION()
439 add_assoc_long_ex(return_value, "threshold", sizeof("threshold")-1, (long)status.threshold); in ZEND_FUNCTION()
440 add_assoc_long_ex(return_value, "roots", sizeof("roots")-1, (long)status.num_roots); in ZEND_FUNCTION()
H A Dzend_API.h392 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n);
402 #define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key), __n)
H A Dzend_API.c1442 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.4/ext/imap/
H A Dphp_imap.c783 add_assoc_long_ex(return_value, "usage", sizeof("usage") - 1, qlist->usage); in mail_getquota()
784 add_assoc_long_ex(return_value, "limit", sizeof("limit") - 1, qlist->limit); in mail_getquota()
787 add_assoc_long_ex(&t_map, "usage", sizeof("usage") - 1, qlist->usage); in mail_getquota()
788 add_assoc_long_ex(&t_map, "limit", sizeof("limit") - 1, qlist->limit); in mail_getquota()
/PHP-7.4/ext/phar/
H A Dphar.c1634 add_assoc_long_ex(&filterparams, "window", sizeof("window") - 1, MAX_WBITS + 32); in phar_open_from_fp()
1646 add_assoc_long_ex(&filterparams, "window", sizeof("window") - 1, MAX_WBITS); in phar_open_from_fp()
/PHP-7.4/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.4/ext/curl/
H A Dinterface.c95 #define CAAL(s, v) add_assoc_long_ex(return_value, s, sizeof(s) - 1, (zend_long) v);
/PHP-7.4/ext/soap/
H A Dsoap.c1586 add_assoc_long_ex(&filter_params, "window", sizeof("window")-1, 0x2f); /* ANY WBITS */
/PHP-7.4/ext/date/
H A Dphp_date.c4948 add_assoc_long_ex(&element, "offset", sizeof("offset") - 1, entry->gmtoffset); in PHP_FUNCTION()

Completed in 130 milliseconds