Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 25 of 26) sorted by path

12

/php-src/ext/bz2/
H A Dbz2.c564 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dbase.h92 intptr_t opt; member
H A Din.h36 lexbor_in_opt_t opt; member
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtokenizer.h70 unsigned int opt; /* bitmap */ member
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.c719 lxb_html_document_opt_t opt; in lxb_html_document_parse() local
795 lxb_html_document_opt_t opt = document->opt; in lxb_html_document_parse_fragment() local
1312 lxb_html_document_opt_t opt) in lxb_html_document_opt_set_noi()
H A Ddocument.h73 lxb_html_document_opt_t opt; member
252 lxb_html_document_opt_t opt) in lxb_html_document_opt_set()
H A Delement.c582 lxb_html_element_style_opt_t opt, in lxb_html_element_style_serialize()
621 lxb_html_element_style_opt_t opt) in lxb_html_element_style_serialize_str()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.h89 lxb_html_tokenizer_opt_t opt; member
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c1916 lxb_selectors_opt_set_noi(lxb_selectors_t *selectors, lxb_selectors_opt_t opt) in lxb_selectors_opt_set_noi()
H A Dselectors.h239 lxb_selectors_opt_set(lxb_selectors_t *selectors, lxb_selectors_opt_t opt) in lxb_selectors_opt_set()
/php-src/ext/filter/
H A Dfilter.c610 zval *option, *opt, *def; in PHP_FUNCTION() local
/php-src/ext/mbstring/
H A Dmbstring.c3585 unsigned int opt; in PHP_FUNCTION() local
H A Dphp_mbregex.c1607 OnigOptionType opt, prev_opt; in PHP_FUNCTION() local
/php-src/ext/mysqlnd/
H A Dmysqlnd.h201 #define mysqlnd_options(conn, opt, value) ((conn)->data)->m->set_client_option((conn)->data, (opt),… argument
202 #define mysqlnd_options4(conn, opt, k, v) ((conn)->data)->m->set_client_option_2d((conn)->data, (op… argument
H A Dmysqlnd_vio.c468 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD() local
/php-src/ext/opcache/jit/ir/
H A Dir.c798 ir_ref ir_emit(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3)
811 ir_ref ir_emit0(ir_ctx *ctx, uint32_t opt)
816 ir_ref ir_emit1(ir_ctx *ctx, uint32_t opt, ir_ref op1)
821 ir_ref ir_emit2(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2)
826 ir_ref ir_emit3(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3)
1027 ir_ref ir_fold(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3)
1038 ir_ref ir_fold0(ir_ctx *ctx, uint32_t opt)
1043 ir_ref ir_fold1(ir_ctx *ctx, uint32_t opt, ir_ref op1)
1048 ir_ref ir_fold2(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2)
1053 ir_ref ir_fold3(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3)
[all …]
H A Dir.h385 #define IR_OPT_TYPE(opt) (((opt) & IR_OPT_TYPE_MASK) >> IR_OPT_TYPE_SHIFT) argument
H A Dir_sccp.c38 static ir_ref ir_sccp_fold(ir_ctx *ctx, ir_insn *_values, ir_ref res, uint32_t opt, ir_ref op1, ir_… in ir_sccp_fold()
498 uint32_t opt; in ir_sccp_fold2() local
/php-src/ext/pgsql/
H A Dpgsql.c4540 …t(PGconn *pg_link, const zend_string *table_name, const zval *values, zval *result, zend_ulong opt) in php_pgsql_convert()
5228 static bool do_exec(smart_str *querystr, ExecStatusType expect, PGconn *pg_link, zend_ulong opt) /*… in do_exec()
5282 …l_insert(PGconn *pg_link, const zend_string *table, zval *var_array, zend_ulong opt, zend_string *… in php_pgsql_insert()
5487 …r *querystr, HashTable *ht, int where_cond, const char *pad, int pad_len, zend_ulong opt) /* {{{ */ in build_assignment_string()
5550 …pg_link, const zend_string *table, zval *var_array, zval *ids_array, zend_ulong opt, zend_string *… in php_pgsql_update()
5661 …l_delete(PGconn *pg_link, const zend_string *table, zval *ids_array, zend_ulong opt, zend_string *… in php_pgsql_delete()
5799 …pg_link, const zend_string *table, zval *ids_array, zval *ret_array, zend_ulong opt, long result_t… in php_pgsql_select()
/php-src/ext/sodium/
H A Dsodium_pwhash.c32 zval *opt; in get_options() local
/php-src/ext/standard/
H A Dbasic_functions.c927 char opt[2] = { '\0' }; local
1332 char *message, *opt = NULL, *headers = NULL; local
1353 PHPAPI int _php_error_log(int opt_err, const char *message, const char *opt, const char *headers) /…
1359 PHPAPI int _php_error_log_ex(int opt_err, const char *message, size_t message_len, const char *opt,…
H A Dstring.c1626 zend_long opt = PHP_PATHINFO_ALL; local
/php-src/ext/tidy/
H A Dtidy.c226 TidyOption opt = tidyGetOptionByName(doc, optname); in _php_tidy_set_tidy_opt() local
719 static void *php_tidy_get_opt_val(PHPTidyDoc *ptdoc, TidyOption opt, TidyOptionType *type) in php_tidy_get_opt_val()
1167 TidyOption opt; in PHP_FUNCTION() local
1208 TidyOption opt = tidyGetNextOption(obj->ptdoc->doc, &itOpt); in PHP_FUNCTION() local
1310 TidyOption opt; in PHP_FUNCTION() local
/php-src/ext/xml/
H A Dxml.c1476 zend_long opt; in PHP_FUNCTION() local
1552 zend_long opt; in PHP_FUNCTION() local
/php-src/ext/zip/
H A Dphp_zip.c1361 static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt) /* {{{ */ in php_zip_entry_get_info()

Completed in 141 milliseconds

12