Home
last modified time | relevance | path

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

/PHP-5.5/ext/ftp/
H A Dphp_ftp.c740 ftptype_t xtype; in PHP_FUNCTION() local
752 XTYPE(xtype, mode); in PHP_FUNCTION()
784 ftptype_t xtype; in PHP_FUNCTION() local
796 XTYPE(xtype, mode); in PHP_FUNCTION()
854 ftptype_t xtype; in PHP_FUNCTION() local
865 XTYPE(xtype, mode); in PHP_FUNCTION()
917 ftptype_t xtype; in PHP_FUNCTION() local
1025 ftptype_t xtype; in PHP_FUNCTION() local
1072 ftptype_t xtype; in PHP_FUNCTION() local
1124 ftptype_t xtype; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c21659 xtype = etINVALID;
21664 xtype = infop->type;
21693 switch( xtype ){
21752 if( xtype==etORDINAL ){
21839 if( xtype!=etFLOAT ){
21843 if( xtype==etGENERIC ){
21846 xtype = etEXP;
21849 xtype = etFLOAT;
21854 if( xtype==etEXP ){
21909 if( xtype==etEXP ){
[all …]

Completed in 362 milliseconds