Home
last modified time | relevance | path

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

/PHP-7.0/ext/ldap/
H A Dldap.c2326 LDAPControl *ctrl, **ctrls, **ctrlp; in PHP_FUNCTION() local
2351 ctrl->ldctl_oid = Z_STRVAL_P(val); in PHP_FUNCTION()
2357 ctrl->ldctl_value.bv_val = NULL; in PHP_FUNCTION()
2358 ctrl->ldctl_value.bv_len = 0; in PHP_FUNCTION()
2364 ctrl->ldctl_iscritical = 0; in PHP_FUNCTION()
2864 LDAPControl ctrl, *ctrlsp[2]; in PHP_FUNCTION() local
2886 ctrl.ldctl_iscritical = 0; in PHP_FUNCTION()
2914 ctrlsp[0] = &ctrl; in PHP_FUNCTION()
2929 if (ctrl.ldctl_value.bv_len) { in PHP_FUNCTION()
2930 add_assoc_stringl(return_value, "value", ctrl.ldctl_value.bv_val, ctrl.ldctl_value.bv_len); in PHP_FUNCTION()
[all …]
/PHP-7.0/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.0/sapi/phpdbg/
H A DChangelog.md44 5. Added signal handling to break execution (ctrl-c)

Completed in 20 milliseconds