Searched refs:sop (Results 1 – 2 of 2) sorted by relevance
110 struct sembuf sop[2]; in sysvsem_free_obj() local124 sop[0].sem_op = -1; in sysvsem_free_obj()125 sop[0].sem_flg = SEM_UNDO; in sysvsem_free_obj()177 struct sembuf sop[3]; in PHP_FUNCTION() local209 sop[0].sem_op = 0; in PHP_FUNCTION()210 sop[0].sem_flg = 0; in PHP_FUNCTION()215 sop[1].sem_op = 1; in PHP_FUNCTION()216 sop[1].sem_flg = SEM_UNDO; in PHP_FUNCTION()221 sop[2].sem_op = 1; in PHP_FUNCTION()249 sop[0].sem_op = -1; in PHP_FUNCTION()[all …]
56 static int _php_source_op_to_rfc3678_op(enum source_op sop);58 static const char *_php_source_op_to_string(enum source_op sop);59 static int _php_source_op_to_ipv4_op(enum source_op sop);510 enum source_op sop) in _php_mcast_source_op() argument550 _php_source_op_to_string(sop)); in _php_mcast_source_op()557 _php_source_op_to_string(sop)); in _php_mcast_source_op()564 static int _php_source_op_to_rfc3678_op(enum source_op sop) in _php_source_op_to_rfc3678_op() argument566 switch (sop) { in _php_source_op_to_rfc3678_op()583 switch (sop) { in _php_source_op_to_string()598 static int _php_source_op_to_ipv4_op(enum source_op sop) in _php_source_op_to_ipv4_op() argument[all …]
Completed in 7 milliseconds