Home
last modified time | relevance | path

Searched refs:ctrl (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/ldap/
H A Dldap.c2440 LDAPControl *ctrl, **ctrls, **ctrlp; in PHP_FUNCTION() local
2465 ctrl->ldctl_oid = Z_STRVAL_P(val); in PHP_FUNCTION()
2471 ctrl->ldctl_value.bv_val = NULL; in PHP_FUNCTION()
2472 ctrl->ldctl_value.bv_len = 0; in PHP_FUNCTION()
2478 ctrl->ldctl_iscritical = 0; in PHP_FUNCTION()
2985 LDAPControl ctrl, *ctrlsp[2]; in PHP_FUNCTION() local
3007 ctrl.ldctl_iscritical = 0; in PHP_FUNCTION()
3035 ctrlsp[0] = &ctrl; in PHP_FUNCTION()
3050 if (ctrl.ldctl_value.bv_len) { in PHP_FUNCTION()
3051 add_assoc_stringl(return_value, "value", ctrl.ldctl_value.bv_val, ctrl.ldctl_value.bv_len); in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/fileinfo/libmagic/
H A Dencoding.c299 int gotone = 0, ctrl = 0; in file_looks_utf8() local
312 ctrl = 1; in file_looks_utf8()
356 return ctrl ? 0 : (gotone ? 2 : 1); in file_looks_utf8()
/PHP-7.1/sapi/phpdbg/
H A DChangelog.md44 5. Added signal handling to break execution (ctrl-c)

Completed in 15 milliseconds