Home
last modified time | relevance | path

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

/PHP-7.0/ext/ftp/
H A Dphp_ftp.c786 ftptype_t xtype; in PHP_FUNCTION() local
800 XTYPE(xtype, mode); in PHP_FUNCTION()
832 ftptype_t xtype; in PHP_FUNCTION() local
846 XTYPE(xtype, mode); in PHP_FUNCTION()
906 ftptype_t xtype; in PHP_FUNCTION() local
919 XTYPE(xtype, mode); in PHP_FUNCTION()
971 ftptype_t xtype; in PHP_FUNCTION() local
1084 ftptype_t xtype; in PHP_FUNCTION() local
1133 ftptype_t xtype; in PHP_FUNCTION() local
1188 ftptype_t xtype; in PHP_FUNCTION() local
[all …]
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c24986 xtype = etINVALID;
24991 xtype = infop->type;
25020 switch( xtype ){
25079 if( xtype==etORDINAL ){
25161 if( xtype!=etFLOAT ){
25165 if( xtype==etGENERIC ){
25168 xtype = etEXP;
25171 xtype = etFLOAT;
25176 if( xtype==etEXP ){
25231 if( xtype==etEXP ){
[all …]

Completed in 366 milliseconds