Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 24 of 24) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/html/interfaces/
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 Ddocument.c701 lxb_html_document_opt_t opt; in lxb_html_document_parse() local
777 lxb_html_document_opt_t opt = document->opt; in lxb_html_document_parse_fragment() local
1292 lxb_html_document_opt_t opt) in lxb_html_document_opt_set_noi()
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/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/sodium/
H A Dsodium_pwhash.c32 zval *opt; in get_options() local
/php-src/ext/opcache/jit/ir/
H A Dir.c793 ir_ref ir_emit(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3) in ir_emit()
806 ir_ref ir_emit0(ir_ctx *ctx, uint32_t opt) in ir_emit0()
811 ir_ref ir_emit1(ir_ctx *ctx, uint32_t opt, ir_ref op1) in ir_emit1()
816 ir_ref ir_emit2(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2) in ir_emit2()
821 ir_ref ir_emit3(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3) in ir_emit3()
1022 ir_ref ir_fold(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3) in ir_fold()
1033 ir_ref ir_fold0(ir_ctx *ctx, uint32_t opt) in ir_fold0()
1038 ir_ref ir_fold1(ir_ctx *ctx, uint32_t opt, ir_ref op1) in ir_fold1()
1043 ir_ref ir_fold2(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2) in ir_fold2()
1048 ir_ref ir_fold3(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3) in ir_fold3()
[all …]
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()
444 uint32_t opt; in ir_sccp_fold2() local
H A Dir.h383 #define IR_OPT_TYPE(opt) (((opt) & IR_OPT_TYPE_MASK) >> IR_OPT_TYPE_SHIFT) argument
/php-src/ext/dom/lexbor/lexbor/core/
H A Din.h36 lexbor_in_opt_t opt; member
H A Dbase.h92 intptr_t opt; member
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtokenizer.h70 unsigned int opt; /* bitmap */ member
/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/pgsql/
H A Dpgsql.c4527 …t(PGconn *pg_link, const zend_string *table_name, const zval *values, zval *result, zend_ulong opt) in php_pgsql_convert()
5215 static bool do_exec(smart_str *querystr, ExecStatusType expect, PGconn *pg_link, zend_ulong opt) /*… in do_exec()
5269 …l_insert(PGconn *pg_link, const zend_string *table, zval *var_array, zend_ulong opt, zend_string *… in php_pgsql_insert()
5474 …r *querystr, HashTable *ht, int where_cond, const char *pad, int pad_len, zend_ulong opt) /* {{{ */ in build_assignment_string()
5537 …pg_link, const zend_string *table, zval *var_array, zval *ids_array, zend_ulong opt, zend_string *… in php_pgsql_update()
5648 …l_delete(PGconn *pg_link, const zend_string *table, zval *ids_array, zend_ulong opt, zend_string *… in php_pgsql_delete()
5786 …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/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/html/
H A Dtokenizer.h89 lxb_html_tokenizer_opt_t opt; member
/php-src/ext/mysqlnd/
H A Dmysqlnd_vio.c446 int opt = PHP_STREAM_OPTION_BLOCKING; in MYSQLND_METHOD() local
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
/php-src/ext/filter/
H A Dfilter.c610 zval *option, *opt, *def; 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/sapi/phpdbg/
H A Dphpdbg.c1137 int php_optind, opt, show_banner = 1; in main() local
/php-src/ext/mbstring/
H A Dphp_mbregex.c1607 OnigOptionType opt, prev_opt; in PHP_FUNCTION() local
H A Dmbstring.c3584 unsigned int 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 143 milliseconds