Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/libmagic/
H A Dencoding.c296 int gotone = 0, ctrl = 0; in file_looks_utf8() local
309 ctrl = 1; in file_looks_utf8()
353 return ctrl ? 0 : (gotone ? 2 : 1); in file_looks_utf8()
/PHP-5.3/ext/ldap/
H A Dldap.c1757 LDAPControl *ctrl, **ctrls, **ctrlp; in PHP_FUNCTION() local
1781 ctrl = *ctrlp = emalloc(sizeof(**ctrlp)); in PHP_FUNCTION()
1783 ctrl->ldctl_oid = Z_STRVAL_PP(val); in PHP_FUNCTION()
1786 ctrl->ldctl_value.bv_val = Z_STRVAL_PP(val); in PHP_FUNCTION()
1787 ctrl->ldctl_value.bv_len = Z_STRLEN_PP(val); in PHP_FUNCTION()
1789 ctrl->ldctl_value.bv_val = NULL; in PHP_FUNCTION()
1790 ctrl->ldctl_value.bv_len = 0; in PHP_FUNCTION()
1794 ctrl->ldctl_iscritical = Z_BVAL_PP(val); in PHP_FUNCTION()
1796 ctrl->ldctl_iscritical = 0; in PHP_FUNCTION()

Completed in 12 milliseconds