Home
last modified time | relevance | path

Searched refs:SUCCESS (Results 51 – 75 of 359) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/pdo_oci/
H A Dpdo_oci.c102 return SUCCESS; in PHP_MINIT_FUNCTION()
112 return SUCCESS; in PHP_MSHUTDOWN_FUNCTION()
/PHP-5.5/ext/dba/
H A Ddba_db4.c140 return SUCCESS;
194 return SUCCESS;
215 return SUCCESS;
225 return dba->dbp->del(dba->dbp, NULL, &gkey, 0) ? FAILURE : SUCCESS;
278 return SUCCESS;
285 return dba->dbp->sync(dba->dbp, 0) ? FAILURE : SUCCESS;
H A Ddba_cdb.c118 return SUCCESS; in DBA_OPEN_FUNC()
190 return SUCCESS; in DBA_UPDATE_FUNC()
204 return SUCCESS; in DBA_EXISTS_FUNC()
319 return SUCCESS; in DBA_OPTIMIZE_FUNC()
325 return SUCCESS; in DBA_SYNC_FUNC()
/PHP-5.5/ext/ldap/
H A Dldap.c213 return SUCCESS; in PHP_MINIT_FUNCTION()
222 return SUCCESS; in PHP_MSHUTDOWN_FUNCTION()
574 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &link) != SUCCESS) { in PHP_FUNCTION()
657 if (zend_hash_index_find(Z_ARRVAL_P(attrs), i, (void **) &attr) != SUCCESS) { in php_ldap_do_search()
864 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &result) != SUCCESS) { in PHP_FUNCTION()
1367 if (zend_hash_index_find(Z_ARRVAL_PP(value), j, (void **) &ivalue) != SUCCESS) { in php_ldap_do_modify()
1593 if (zend_hash_index_find(Z_ARRVAL_P(mods), i, (void **) &fetched) != SUCCESS) { in PHP_FUNCTION()
1829 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &link) != SUCCESS) { in PHP_FUNCTION()
1845 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &perrno) != SUCCESS) { in PHP_FUNCTION()
1861 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &link) != SUCCESS) { in PHP_FUNCTION()
[all …]
/PHP-5.5/main/
H A Dphp_content_types.c79 return SUCCESS; in php_startup_sapi_content_types()
89 return SUCCESS; in php_setup_sapi_content_types()
/PHP-5.5/ext/mysqlnd/
H A Dphp_mysqlnd.c50 …end_hash_get_current_data_ex(Z_ARRVAL_P(values), (void **)&values_entry, &pos_values) == SUCCESS) { in mysqlnd_minfo_print_hash()
224 return SUCCESS; in PHP_INI_MH()
261 return SUCCESS; in PHP_INI_END()
273 return SUCCESS; in PHP_MSHUTDOWN_FUNCTION()
298 return SUCCESS; in PHP_RINIT_FUNCTION()
322 return SUCCESS; in PHP_RSHUTDOWN_FUNCTION()
H A Dmysqlnd_bt.c45 if (zend_hash_find(ht, key, sizeof(key), (void**)&tmp) == SUCCESS) { \
173 if (zend_hash_find(ht, "file", sizeof("file"), (void**)&file) == SUCCESS) { in mysqlnd_build_trace_string()
174 if (zend_hash_find(ht, "line", sizeof("line"), (void**)&tmp) == SUCCESS) { in mysqlnd_build_trace_string()
190 if (zend_hash_find(ht, "args", sizeof("args"), (void**)&tmp) == SUCCESS) { in mysqlnd_build_trace_string()
/PHP-5.5/ext/phar/
H A Dphar.c92 return SUCCESS; in ZEND_INI_MH()
193 return SUCCESS; in ZEND_INI_MH()
578 return SUCCESS;
631 return SUCCESS;
637 return SUCCESS;
1233 return SUCCESS;
1293 return SUCCESS;
1460 return SUCCESS;
2043 case SUCCESS:
2056 case SUCCESS:
[all …]
H A Dstream.c215 && zend_hash_find(pharcontext, "compress", sizeof("compress"), (void**)&pzoption) == SUCCESS in phar_wrapper_open_url()
222 if (zend_hash_find(pharcontext, "metadata", sizeof("metadata"), (void**)&pzoption) == SUCCESS) { in phar_wrapper_open_url()
610 return SUCCESS; in phar_wrapper_stat()
618 if (SUCCESS == zend_hash_find(&phar->manifest, internal_file, internal_file_len, (void**)&entry)) { in phar_wrapper_stat()
621 return SUCCESS; in phar_wrapper_stat()
626 return SUCCESS; in phar_wrapper_stat()
651 if (SUCCESS != zend_hash_find(&phar->manifest, str_key, keylen, (void **) &entry)) { in phar_wrapper_stat()
660 if (SUCCESS != php_stream_stat_path(test, &ssbi)) { in phar_wrapper_stat()
676 return SUCCESS; in phar_wrapper_stat()
922 SUCCESS == zend_hash_get_current_data(&phar->manifest, (void **) &entry); in phar_wrapper_rename()
[all …]
/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c186 php_stream_context_get_option(context, wrapper->wops->label, "proxy", &tmpzval) == SUCCESS && in php_stream_url_wrap_http_ex()
233 if (context && php_stream_context_get_option(context, "http", "header", &tmpzval) == SUCCESS) { in php_stream_url_wrap_http_ex()
241 SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(tmpzval), (void *)&tmpheader, &pos); in php_stream_url_wrap_http_ex()
347 if (context && php_stream_context_get_option(context, "http", "method", &tmpzval) == SUCCESS) { in php_stream_url_wrap_http_ex()
378 php_stream_context_get_option(context, "http", "request_fulluri", &tmpzval) == SUCCESS) { in php_stream_url_wrap_http_ex()
421 if (context && php_stream_context_get_option(context, "http", "header", &tmpzval) == SUCCESS) { in php_stream_url_wrap_http_ex()
430 SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(tmpzval), (void *)&tmpheader, &pos); in php_stream_url_wrap_http_ex()
567 php_stream_context_get_option(context, "http", "user_agent", &ua_zval) == SUCCESS && in php_stream_url_wrap_http_ex()
605 php_stream_context_get_option(context, "http", "content", &tmpzval) == SUCCESS && in php_stream_url_wrap_http_ex()
620 php_stream_context_get_option(context, "http", "content", &tmpzval) == SUCCESS && in php_stream_url_wrap_http_ex()
[all …]
/PHP-5.5/Zend/
H A Dzend_interfaces.c167 return result ? SUCCESS : FAILURE; in zend_user_it_valid()
300 return SUCCESS; in zend_implement_traversable()
304 return SUCCESS; in zend_implement_traversable()
324 return SUCCESS; in zend_implement_aggregate()
348 return SUCCESS; in zend_implement_aggregate()
358 return SUCCESS; in zend_implement_iterator()
379 return SUCCESS; in zend_implement_iterator()
395 return SUCCESS; in zend_implement_arrayaccess()
420 result = SUCCESS; in zend_user_serialize()
453 return SUCCESS; in zend_user_unserialize()
[all …]
H A Dzend_operators.h544 return SUCCESS; in fast_increment_function()
587 return SUCCESS; in fast_decrement_function()
658 return SUCCESS; in fast_add_function()
662 return SUCCESS; in fast_add_function()
668 return SUCCESS; in fast_add_function()
672 return SUCCESS; in fast_add_function()
747 return SUCCESS; in fast_sub_function()
751 return SUCCESS; in fast_sub_function()
757 return SUCCESS; in fast_sub_function()
761 return SUCCESS; in fast_sub_function()
[all …]
H A Dzend_hash.c175 return SUCCESS; in _zend_hash_init()
275 return SUCCESS; in _zend_hash_add_or_update()
355 return SUCCESS; in _zend_hash_quick_add_or_update()
408 return SUCCESS; in _zend_hash_index_update_or_next_insert()
436 return SUCCESS; in _zend_hash_index_update_or_next_insert()
458 return SUCCESS; in zend_hash_do_resize()
462 return SUCCESS; in zend_hash_do_resize()
472 return SUCCESS; in zend_hash_rehash()
483 return SUCCESS; in zend_hash_rehash()
1501 return SUCCESS; in zend_hash_sort()
[all …]
/PHP-5.5/ext/dom/
H A Dprocessinginstruction.c112 return SUCCESS; in dom_processinginstruction_target_read()
144 return SUCCESS; in dom_processinginstruction_data_read()
174 return SUCCESS; in dom_processinginstruction_data_write()
/PHP-5.5/main/streams/
H A Duserspace.c118 return SUCCESS; in PHP_MINIT_FUNCTION()
403 if (call_result == SUCCESS && zretval != NULL && zval_is_true(zretval)) { in user_wrapper_opener()
486 if (call_result == SUCCESS && zretval != NULL && zval_is_true(zretval)) { in user_wrapper_opendir()
653 if (call_result == SUCCESS && retval != NULL) { in php_userstreamop_write()
706 if (call_result == SUCCESS && retval != NULL) { in php_userstreamop_read()
736 if (call_result == SUCCESS && retval != NULL && zval_is_true(retval)) { in php_userstreamop_read()
797 if (call_result == SUCCESS && retval != NULL && zval_is_true(retval)) in php_userstreamop_flush()
932 return SUCCESS; in statbuf_from_array()
952 if (SUCCESS == statbuf_from_array(retval, ssb TSRMLS_CC)) in php_userstreamop_stat()
1059 if (call_result == SUCCESS && retval != NULL) { in php_userstreamop_set_option()
[all …]
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c565 return SUCCESS; in PHP_INI_END()
571 return SUCCESS; in PHP_MSHUTDOWN_FUNCTION()
610 return SUCCESS; in sapi_cli_server_startup()
866 return SUCCESS; in php_cli_server_poller_ctor()
1429 return SUCCESS; in php_cli_server_request_ctor()
1893 return SUCCESS; in php_cli_server_client_ctor()
2004 return SUCCESS; in php_cli_server_send_error_page()
2033 return SUCCESS; in php_cli_server_dispatch_script()
2090 return SUCCESS; in php_cli_server_begin_send_static()
2108 return SUCCESS; in php_cli_server_request_startup()
[all …]
/PHP-5.5/ext/pdo/
H A Dpdo.c81 …find(CG(class_table), "runtimeexception", sizeof("RuntimeException"), (void **) &pce) == SUCCESS) { in php_pdo_get_exception_base()
113 while (SUCCESS == zend_hash_get_current_data_ex(&pdo_driver_hash, (void**)&pdriver, &pos)) { in PHP_FUNCTION()
382 return SUCCESS; in PHP_MINIT_FUNCTION()
391 return SUCCESS; in PHP_MSHUTDOWN_FUNCTION()
406 while (SUCCESS == zend_hash_get_current_data_ex(&pdo_driver_hash, (void**)&pdriver, &pos)) { in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/pdo_dblib/
H A Dpdo_dblib.c186 return SUCCESS; in PHP_RSHUTDOWN_FUNCTION()
213 return SUCCESS; in PHP_MINIT_FUNCTION()
220 return SUCCESS; in PHP_MSHUTDOWN_FUNCTION()
/PHP-5.5/ext/pdo_mysql/
H A Dpdo_mysql.c148 return SUCCESS; in PHP_MSHUTDOWN_FUNCTION()
184 return SUCCESS; in PHP_RINIT_FUNCTION()
200 return SUCCESS; in PHP_RSHUTDOWN_FUNCTION()
/PHP-5.5/sapi/embed/
H A Dphp_embed.c44 return SUCCESS; in php_embed_deactivate()
108 return SUCCESS; in php_embed_startup()
217 return SUCCESS; in php_embed_init()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c39 ini_entry->mh_arg1, ini_entry->mh_arg2, ini_entry->mh_arg3, stage TSRMLS_CC) == SUCCESS) { in fpm_php_zend_ini_alter_master()
47 return SUCCESS; in fpm_php_zend_ini_alter_master()
276 …if (zend_hash_find(&EG(symbol_table), table, strlen(table) + 1, (void **) &data) == SUCCESS && Z_T… in fpm_php_get_string_from_table()
282 while (zend_hash_get_current_data(Z_ARRVAL_PP(data), (void **) &tmp) == SUCCESS) { in fpm_php_get_string_from_table()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c296 return SUCCESS; in PHP_MINIT_FUNCTION()
409 …d_hash_find(Z_ARRVAL_P(output_opts), VERSION_KEY, VERSION_KEY_LEN + 1, (void**) &val) == SUCCESS) { in set_output_options()
425 …_hash_find(Z_ARRVAL_P(output_opts), ENCODING_KEY, ENCODING_KEY_LEN + 1, (void**)&val) == SUCCESS) { in set_output_options()
432 …_hash_find(Z_ARRVAL_P(output_opts), ESCAPING_KEY, ESCAPING_KEY_LEN + 1, (void**)&val) == SUCCESS) { in set_output_options()
441 if (zend_hash_get_current_data(Z_ARRVAL_PP(val), (void**)&iter_val) == SUCCESS) { in set_output_options()
590 while(zend_hash_get_current_data(Z_ARRVAL_P(val_arr), (void**)&pIter) == SUCCESS) { in PHP_to_XMLRPC_worker()
921 RETVAL_LONG(bSuccess == SUCCESS); in PHP_FUNCTION()
947 (void**)&php_function) == SUCCESS) { in php_xmlrpc_callback()
1493 if (set_zval_xmlrpc_type(*arg, vtype) == SUCCESS) { in PHP_FUNCTION()
1540 if (zend_hash_find(Z_ARRVAL_P(arg), FAULT_CODE, FAULT_CODE_LEN + 1, (void**) &val) == SUCCESS && in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c136 return SUCCESS; in ZEND_INI_MH()
182 return SUCCESS; in ZEND_INI_MH()
218 return SUCCESS; in ZEND_INI_MH()
245 return SUCCESS; in ZEND_INI_MH()
324 validate_timestamp_and_record(persistent_script, &handle TSRMLS_CC) == SUCCESS); in filename_is_in_cache()
332 validate_timestamp_and_record(persistent_script, &handle TSRMLS_CC) == SUCCESS); in filename_is_in_cache()
386 return SUCCESS; in ZEND_MINIT_FUNCTION()
394 …ind(CG(function_table), "file_exists", sizeof("file_exists"), (void **)&old_function) == SUCCESS) { in zend_accel_override_file_functions()
398 …d_hash_find(CG(function_table), "is_file", sizeof("is_file"), (void **)&old_function) == SUCCESS) { in zend_accel_override_file_functions()
415 return SUCCESS; in ZEND_MSHUTDOWN_FUNCTION()
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_variant.c177 int ret = SUCCESS; in php_com_zval_from_variant()
268 int ret = SUCCESS; in php_com_copy_variant()
528 if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in variant_binary_operation()
535 } else if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in variant_binary_operation()
542 } else if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in variant_binary_operation()
548 } else if (SUCCESS == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, in variant_binary_operation()
735 if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in variant_unary_operation()
739 } else if (SUCCESS == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, in variant_unary_operation()
833 if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in PHP_FUNCTION()
837 } else if (SUCCESS == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c212 if (timeout && php_set_sock_blocking(sslsock->s.socket, 0 TSRMLS_CC) == SUCCESS) { in php_openssl_sockop_io()
524 if (stream->context && SUCCESS == php_stream_context_get_option( in php_openssl_setup_crypto()
536 if (stream->context && SUCCESS == php_stream_context_get_option( in php_openssl_setup_crypto()
596 if (SUCCESS == php_set_sock_blocking(sslsock->s.socket, 0 TSRMLS_CC)) { in php_openssl_enable_crypto()
667 if (SUCCESS == php_stream_context_get_option( in php_openssl_enable_crypto()
681 if (SUCCESS == php_stream_context_get_option( in php_openssl_enable_crypto()
942 return SUCCESS; in php_openssl_sockop_cast()
946 return SUCCESS; in php_openssl_sockop_cast()
967 return SUCCESS; in php_openssl_sockop_cast()
977 return SUCCESS; in php_openssl_sockop_cast()
[all …]

Completed in 86 milliseconds

12345678910>>...15