Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcntl/
H A Dpcntl.c1229 add_assoc_long_ex(user_siginfo, "signo", sizeof("signo")-1, siginfo->si_signo); in pcntl_siginfo_to_zval()
1230 add_assoc_long_ex(user_siginfo, "errno", sizeof("errno")-1, siginfo->si_errno); in pcntl_siginfo_to_zval()
1231 add_assoc_long_ex(user_siginfo, "code", sizeof("code")-1, siginfo->si_code); in pcntl_siginfo_to_zval()
1235 add_assoc_long_ex(user_siginfo, "status", sizeof("status")-1, siginfo->si_status); in pcntl_siginfo_to_zval()
1242 add_assoc_long_ex(user_siginfo, "pid", sizeof("pid")-1, siginfo->si_pid); in pcntl_siginfo_to_zval()
1243 add_assoc_long_ex(user_siginfo, "uid", sizeof("uid")-1, siginfo->si_uid); in pcntl_siginfo_to_zval()
1247 add_assoc_long_ex(user_siginfo, "pid", sizeof("pid")-1, siginfo->si_pid); in pcntl_siginfo_to_zval()
1248 add_assoc_long_ex(user_siginfo, "uid", sizeof("uid")-1, siginfo->si_uid); in pcntl_siginfo_to_zval()
1259 add_assoc_long_ex(user_siginfo, "band", sizeof("band")-1, siginfo->si_band); in pcntl_siginfo_to_zval()
1261 add_assoc_long_ex(user_siginfo, "fd", sizeof("fd")-1, siginfo->si_fd); in pcntl_siginfo_to_zval()
/PHP-7.1/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()
389 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no); in stmt_error_list_read()
399 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, mysql_stmt_errno(stmt->stmt)); in stmt_error_list_read()
H A Dmysqli_nonapi.c437 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no);
447 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, mysql_errno(mysql->mysql));
478 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, message->error_no);
488 add_assoc_long_ex(&single_error, "errno", sizeof("errno") - 1, mysql_stmt_errno(stmt->stmt));
1199 add_assoc_long_ex(return_value, "total", sizeof("total") - 1, MyG(num_links));
1200add_assoc_long_ex(return_value, "active_plinks", sizeof("active_plinks") - 1, MyG(num_active_persi…
1201add_assoc_long_ex(return_value, "cached_plinks", sizeof("cached_plinks") - 1, MyG(num_inactive_per…
/PHP-7.1/ext/intl/idn/
H A Didn.c190 add_assoc_long_ex(idna_info, "errors", sizeof("errors")-1, (zend_long)info.errors); in php_intl_idn_to_46()
/PHP-7.1/ext/session/
H A Dsession.c2924add_assoc_long_ex(&progress->data, "start_time", sizeof("start_time") - 1, (zend_long)sapi_get_req…
2925add_assoc_long_ex(&progress->data, "content_length", sizeof("content_length") - 1, progress->cont…
2926add_assoc_long_ex(&progress->data, "bytes_processed", sizeof("bytes_processed") - 1, data->post_by…
2948 add_assoc_long_ex(&progress->current_file, "error", sizeof("error") - 1, 0);
2951add_assoc_long_ex(&progress->current_file, "start_time", sizeof("start_time") - 1, (zend_long)time…
2952 add_assoc_long_ex(&progress->current_file, "bytes_processed", sizeof("bytes_processed") - 1, 0);
2986 add_assoc_long_ex(&progress->current_file, "error", sizeof("error") - 1, data->cancel_upload);
/PHP-7.1/ext/standard/
H A Dfilestat.c1137 add_assoc_long_ex(&entry, "key", sizeof("key") - 1, bucket->key); in PHP_FUNCTION()
1143 add_assoc_long_ex(&entry, "expires", sizeof("expires") - 1, bucket->expires); in PHP_FUNCTION()
H A Dbasic_functions.c4582 add_assoc_long_ex(return_value, "seconds", sizeof("seconds")-1, php_rem.tv_sec);
4583 add_assoc_long_ex(return_value, "nanoseconds", sizeof("nanoseconds")-1, php_rem.tv_nsec);
4822 add_assoc_long_ex(return_value, "type", sizeof("type")-1, PG(last_error_type));
4825 add_assoc_long_ex(return_value, "line", sizeof("line")-1, PG(last_error_lineno));
/PHP-7.1/Zend/
H A Dzend_API.h395 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n);
405 #define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key), __n)
H A Dzend_API.c1320 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.1/ext/imap/
H A Dphp_imap.c781 add_assoc_long_ex(return_value, "usage", sizeof("usage") - 1, qlist->usage); in mail_getquota()
782 add_assoc_long_ex(return_value, "limit", sizeof("limit") - 1, qlist->limit); in mail_getquota()
785 add_assoc_long_ex(&t_map, "usage", sizeof("usage") - 1, qlist->usage); in mail_getquota()
786 add_assoc_long_ex(&t_map, "limit", sizeof("limit") - 1, qlist->limit); in mail_getquota()
/PHP-7.1/ext/phar/
H A Dphar.c1623 add_assoc_long_ex(&filterparams, "window", sizeof("window") - 1, MAX_WBITS + 32);
1635 add_assoc_long_ex(&filterparams, "window", sizeof("window") - 1, MAX_WBITS);
/PHP-7.1/ext/pgsql/
H A Dpgsql.c5608 add_assoc_long_ex(&elem, "num", sizeof("num") - 1, atoi(PQgetvalue(pg_result, i, 1)));
5612 add_assoc_long_ex(&elem, "len", sizeof("len") - 1, atoi(PQgetvalue(pg_result,i,3)));
5618add_assoc_long_ex(&elem, "array dims", sizeof("array dims") - 1, atoi(PQgetvalue(pg_result, i, 6))…
/PHP-7.1/ext/curl/
H A Dinterface.c157 #define CAAL(s, v) add_assoc_long_ex(return_value, s, sizeof(s) - 1, (zend_long) v);
/PHP-7.1/ext/soap/
H A Dsoap.c1620 add_assoc_long_ex(&filter_params, "window", sizeof("window")-1, 0x2f); /* ANY WBITS */
/PHP-7.1/ext/date/
H A Dphp_date.c4805 add_assoc_long_ex(&element, "offset", sizeof("offset") - 1, entry->gmtoffset); in PHP_FUNCTION()

Completed in 134 milliseconds